yunohost-admin/app/tsconfig.json

13 lines
240 B
JSON
Raw Normal View History

2024-05-17 16:39:50 +02:00
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"target": "ESNext",
2024-05-17 16:39:50 +02:00
"noErrorTruncation": true,
"lib": ["es2021", "dom"],
2024-05-17 16:39:50 +02:00
"paths": {
"@/*": ["./src/*"]
},
"types": ["vite/client"]
}
}