jellyfin-vue/frontend/tsconfig.json
Fernando Fernández cb89d94228
chore: finish monorepo setup
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-10-14 12:34:51 +02:00

24 lines
451 B
JSON

{
"extends": "@jellyfin-vue/configs/typescript/base.json",
"compilerOptions": {
"types": [
"axios",
"@intlify/unplugin-vue-i18n/messages",
"unplugin-icons/types/vue",
"unplugin-vue-router/client",
"vite/client",
"vuetify",
"vue"
],
"baseUrl": "."
},
"include": [
"src/**/*.ts",
"src/**/*.d.ts",
"src/**/*.vue",
"**/**/*.json",
"types/**/*.d.ts",
"*.config.*"
]
}