mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-29 17:34:11 +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