mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 08:26:55 +08:00
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"sourceMap": true,
|
|
"moduleResolution": "Node",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
],
|
|
"lib": ["ESNext"]
|
|
},
|
|
}
|