tsc resolveJsonModule

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/13296/head
Michael Telatynski 2020-04-20 20:14:33 +01:00
parent 3218deff3a
commit b3a87b56fa
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "es2016",