Allow json file imports in typescript files
This commit is contained in:
parent
30c2bc0811
commit
a9f5f433e6
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
"strict": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"outDir": "./dist/",
|
||||
"checkJs": false,
|
||||
"strictNullChecks": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue