14 lines
307 B
JSON
14 lines
307 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"noEmitOnError": true,
|
||
|
"strict": true,
|
||
|
"target": "esnext",
|
||
|
"types": ["node"]
|
||
|
},
|
||
|
"include": [".*.js", "*.js", "src"]
|
||
|
}
|