mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
18 lines
236 B
JSON
18 lines
236 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"/@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
],
|
|
"include": [
|
|
"../../types/**/*.d.ts"
|
|
]
|
|
}
|