15 lines
339 B
JSON
15 lines
339 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"strict": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"forceConsistentCasingInFileNames": true,
|
||
|
|
"noFallthroughCasesInSwitch": true,
|
||
|
|
"resolveJsonModule": true,
|
||
|
|
"isolatedModules": true,
|
||
|
|
"outDir": "./build"
|
||
|
|
}
|
||
|
|
}
|