1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-11 18:56:13 +08:00
Files

19 lines
266 B
JSON
Raw Permalink Normal View History

2024-06-05 23:20:28 +08:00
{
2025-09-03 13:59:51 +08:00
"extends": "../../tsconfig.json",
2024-06-05 23:20:28 +08:00
"compilerOptions": {
"baseUrl": ".",
2025-09-03 13:59:51 +08:00
"paths": {
"/@/*": [
"./src/*"
]
2024-06-05 23:20:28 +08:00
}
},
2025-09-03 13:59:51 +08:00
"files": [
"types/electron-api.d.ts",
"src/index.ts"
],
"include": [
"../../types/**/*.d.ts"
]
2024-06-05 23:20:28 +08:00
}