StarRailCopilot/webapp/tsconfig.json
2023-09-10 00:22:01 +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
}
}