mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 13:38:41 +00:00
21 lines
464 B
JSON
21 lines
464 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "esnext",
|
||
|
"lib": ["esnext"],
|
||
|
"allowJs": true,
|
||
|
"skipLibCheck": true,
|
||
|
// "strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"resolveJsonModule": true,
|
||
|
"isolatedModules": true,
|
||
|
"incremental": true,
|
||
|
"baseUrl": ".",
|
||
|
"outDir": "./dist"
|
||
|
},
|
||
|
"include": ["**/*.ts"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|