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, "sourceMap": true,
"noEmit": false, "noEmit": false,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"target": "es2016",
"outDir": "./lib", "outDir": "./lib",
"rootDir": "src" "rootDir": "src"
}, },

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

Loading…
Cancel
Save