we require(json) in our code like animals

This commit is contained in:
RealBeepMcJeep 2023-08-30 12:26:28 -07:00
parent 49aff85472
commit 8db38f3f8d
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"strictFunctionTypes": true,
"checkJs": true,
"allowUmdGlobalAccess": true,
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true
},
"exclude": [
"node_modules",