web-backset.cn/apps/web/tsconfig.json

17 lines
275 B
JSON
Raw Normal View History

2023-02-26 16:45:43 +08:00
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}