1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 16:19:03 +08:00
AzurLaneAutoScript/webapp/tsconfig.json
2024-06-05 23:57:58 +08:00

16 lines
338 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"],
"allowSyntheticDefaultImports": true
}
}