mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-27 07:59:08 +08:00
17 lines
436 B
JSON
17 lines
436 B
JSON
{
|
|
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
|
"include": ["env.d.ts", "src/**/*", "src/**/*.vue", "src/config/**/*", "src/lang/**/*.json"],
|
|
"exclude": ["src/**/__tests__/*"],
|
|
"compilerOptions": {
|
|
"files": ["../common/global.d.ts"],
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"],
|
|
"@languages": ["../languages/*"]
|
|
},
|
|
"moduleResolution": "node",
|
|
"types": ["node"]
|
|
}
|
|
}
|