rax-medical/tsconfig.json

23 lines
377 B
JSON
Raw Permalink Normal View History

2023-11-10 17:45:10 +08:00
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"allowJs": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": [
"es2017",
"dom"
]
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}