mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
27 lines
503 B
JSON
27 lines
503 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"lib": [
|
|
"ES2021"
|
|
],
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"strict": false,
|
|
"module": "esnext",
|
|
"strictBindCallApply": true,
|
|
"baseUrl": "./",
|
|
"outDir": "./dist"
|
|
},
|
|
"include": [
|
|
"scripts"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
}
|