Updated the ts config

This commit is contained in:
Nicolai Ort 2020-11-04 21:33:18 +01:00
parent 782b3dfd00
commit 8eada01a3b
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
"es5",
"es6"
],
"target": "es5",
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"outDir": "./build",
"outDir": "./dist",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true