11 lines
192 B
JSON
11 lines
192 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"checkJs": true,
|
||
|
"module": "CommonJS",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|