mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
14 lines
356 B
JSON
14 lines
356 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2017",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "./dist",
|
||
|
"rootDir": "./src",
|
||
|
"strict": true,
|
||
|
"moduleResolution": "node",
|
||
|
"esModuleInterop": true,
|
||
|
"skipLibCheck": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"resolveJsonModule": true,
|
||
|
}
|
||
|
}
|