Apparently target matters when not emitting

watcha-develop
David Baker 4 years ago
parent b392dbf6f8
commit 2bc1f2fe21
  1. 1
      tsconfig-build.json
  2. 1
      tsconfig.json

@ -4,7 +4,6 @@
"sourceMap": true,
"noEmit": false,
"emitDecoratorMetadata": true,
"target": "es2016",
"outDir": "./lib",
"rootDir": "src"
},

@ -1,5 +1,6 @@
{
"compilerOptions": {
"target": "es2016",
"experimentalDecorators": true,
"esModuleInterop": true,
"module": "commonjs",

Loading…
Cancel
Save