mirror of
https://github.com/bspeice/speice.io
synced 2024-11-14 22:18:10 -05:00
20 lines
484 B
JSON
20 lines
484 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"useDefineForClassFields": true,
|
||
|
"lib": ["DOM", "DOM.Iterable", "ESNext"],
|
||
|
"allowJs": false,
|
||
|
"skipLibCheck": true,
|
||
|
"esModuleInterop": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"noEmit": true,
|
||
|
"jsx": "react-jsx"
|
||
|
},
|
||
|
}
|