mirror of
https://github.com/gedoor/legado.git
synced 2025-01-08 11:47:32 +08:00
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
|
"exclude": ["src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
|
|
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@api": ["./src/api"],
|
|
"@utils/*": ["./src/utils/*"]
|
|
}
|
|
}
|
|
}
|