mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 23:36:15 -04:00
fix(config): resolve json module
This commit is contained in:
parent
58d91900a3
commit
c0f6a88c41
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
],
|
],
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
|
"resolveJsonModule": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue