OpenDTU/webapp/tsconfig.json
2023-03-20 18:10:52 +01:00

19 lines
338 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"ignoreDeprecations": "5.0",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"lib": ["ES2021", "DOM"]
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}