1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 14:35:25 +08:00

Opt: AP preserve until reset

This commit is contained in:
sui-feng-cb
2025-09-03 13:59:51 +08:00
parent c3856ae101
commit 6b0383a169
137 changed files with 9982 additions and 13706 deletions

View File

@@ -1,19 +1,17 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"sourceMap": false,
"moduleResolution": "Node",
"skipLibCheck": true,
"strict": true,
"isolatedModules": true,
"types": ["node"],
"baseUrl": ".",
"paths": {
"/@/*": ["./src/*"],
"@common/*": ["../common/*"]
}
"/@/*": [
"./src/*"
]
},
},
"include": ["src/**/*.ts", "../../types/**/*.d.ts","../common/**/*.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts"]
"files": [
"src/index.ts"
],
"include": [
"../../types/**/*.d.ts"
]
}