Skip to content

Commit

Permalink
Fix builts sources paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Jun 26, 2022
1 parent bd7fbfe commit 3a48202
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"./package.json": "./package.json"
},
"files": [
"src",
"dist"
],
"engines": {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"declaration": true,
"allowSyntheticDefaultImports": true,
"declarationDir": "dist/types",
"outDir": "dist/lib",
"noUnusedLocals": true,
"noUnusedParameters": true,
},
Expand Down

0 comments on commit 3a48202

Please sign in to comment.