mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 01:01:29 +08:00
Opt: AP preserve until reset
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"isolatedModules": true,
|
||||
"types": ["node"],
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"lib": ["ESNext"],
|
||||
"allowSyntheticDefaultImports": true
|
||||
}
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"typeRoots": [
|
||||
"node_modules/@types",
|
||||
],
|
||||
"lib": ["ESNext"]
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user