hesabixCore/webUI/tsconfig.json

19 lines
348 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"allowJs": true,
"verbatimModuleSyntax": true
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}