diff options
Diffstat (limited to 'front/tsconfig.json')
| -rw-r--r-- | front/tsconfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/front/tsconfig.json b/front/tsconfig.json index a273b0c..cb8923e 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -1,6 +1,9 @@ { "compilerOptions": { "target": "es5", + "resolveJsonModule": true, + "esModuleInterop": true, + "strictPropertyInitialization": false, "lib": [ "dom", "dom.iterable", |
