0
0
mirror of https://github.com/jellyfin/jellyfin-vue.git synced 2025-06-23 16:44:08 +00:00
Files
jellyfin-vue/packages/configs/tsconfig.json
Fernando Fernández c98c057a58 fix: some type errors in config package
Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2025-03-18 23:58:49 +01:00

19 lines
261 B
JSON

{
"extends": "./src/typescript.json",
"compilerOptions": {
"lib": ["ESNext"],
"baseUrl": "."
},
"exclude": [
"dist",
"node_modules",
"coverage"
],
"include": [
"**/*.ts",
"**/*.vue",
"**/*d.ts",
"**/*.json"
]
}