1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 16:19:03 +08:00
AzurLaneAutoScript/webapp/packages/main/tsconfig.json

18 lines
236 B
JSON
Raw 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": ".",
"paths": {
2025-09-03 13:59:51 +08:00
"/@/*": [
"./src/*"
]
},
2024-06-05 23:20:28 +08:00
},
2025-09-03 13:59:51 +08:00
"files": [
"src/index.ts"
],
"include": [
"../../types/**/*.d.ts"
]
2024-06-05 23:20:28 +08:00
}