yunohost-admin/app/tsconfig.json
2024-07-25 15:56:49 +02:00

12 lines
240 B
JSON

{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"target": "ESNext",
"noErrorTruncation": true,
"lib": ["es2021", "dom"],
"paths": {
"@/*": ["./src/*"]
},
"types": ["vite/client"]
}
}