mirror of
https://github.com/bspeice/speice.io
synced 2024-12-23 00:58:09 -05:00
15 lines
309 B
JSON
15 lines
309 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "ESNext",
|
||
|
"lib": ["DOM", "ES2021"],
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"exclude": ["*.tsx"]
|
||
|
}
|