diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 21b02419..cc0b77e6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,9 +4,9 @@ "target": "es6", "noImplicitAny": false, "sourceMap": false, - "rootDir": "src", "outDir": "dist/js", "noEmitOnError": true, - "typeRoots": [ "node_modules/@types" ] + "typeRoots": [ "node_modules/@types" ], + "resolveJsonModule": true } }
\ No newline at end of file |