13 lines
261 B
JSON
13 lines
261 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ES2020",
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"noUnusedLocals": true,
|
||
|
|
"noUnusedParameters": true,
|
||
|
|
"noFallthroughCasesInSwitch": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"moduleDetection": "force"
|
||
|
|
}
|
||
|
|
}
|