Skip to content

Commit

Permalink
fix: builds with proper mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Oct 9, 2020
1 parent bdba500 commit 72ed700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"CHANGELOG",
"dist",
"LICENSE",
"README"
"dist"
],
"scripts": {
"build": "npm run clean && tsc",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"emitDecoratorMetadata": true,
"downlevelIteration": true,
"noUnusedLocals": true,
"sourceMap": true,
"inlineSourceMap": true,
"inlineSources": true,
"declaration": true,
"rootDir": ".",
"outDir": "dist",
"declarationDir": "dist",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit 72ed700

Please sign in to comment.