Skip to content

Commit

Permalink
Apparently target matters when not emitting
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr committed Aug 12, 2021
1 parent b392dbf commit 2bc1f2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"sourceMap": true,
"noEmit": false,
"emitDecoratorMetadata": true,
"target": "es2016",
"outDir": "./lib",
"rootDir": "src"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"experimentalDecorators": true,
"esModuleInterop": true,
"module": "commonjs",
Expand Down

0 comments on commit 2bc1f2f

Please sign in to comment.