hassio-nextcloud-backup/nextcloud_backup/frontend/tsconfig.json

18 lines
321 B
JSON
Raw Normal View History

2022-10-11 14:10:25 +02:00
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
2023-01-13 16:18:27 +01:00
},
"lib": ["ES2017", "DOM", "DOM.Iterable"]
2022-10-11 14:10:25 +02:00
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}