Skip to content

Commit

Permalink
update outdir to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed May 29, 2024
1 parent 296f235 commit 27037b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"url": "https://github.com/jupyterlite/cockle/issues"
},
"files": [
"dist/",
"lib/",
"src/**/*.ts"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"noUnusedLocals": true,
"preserveWatchOutput": true,
"resolveJsonModule": true,
"outDir": "dist",
"outDir": "lib",
"rootDir": "src",
"strict": true,
"strictNullChecks": true,
Expand Down

0 comments on commit 27037b7

Please sign in to comment.