mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-12 14:54:34 +08:00
20 lines
326 B
JSON
20 lines
326 B
JSON
|
{
|
||
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||
|
"include": [
|
||
|
"env.d.ts",
|
||
|
"src/**/*",
|
||
|
"src/**/*.vue",
|
||
|
"src/config/**/*",
|
||
|
"src/lang/**/*.json"
|
||
|
],
|
||
|
"exclude": ["src/**/__tests__/*"],
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": ["./src/*"]
|
||
|
}
|
||
|
}
|
||
|
}
|