mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 14:31:16 +00:00
16 lines
338 B
JSON
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
|
||
|
}
|
||
|
}
|