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

18 lines
236 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"/@/*": [
"./src/*"
]
},
},
"files": [
"src/index.ts"
],
"include": [
"../../types/**/*.d.ts"
]
}