mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2025-06-23 16:44:08 +00:00
19 lines
261 B
JSON
19 lines
261 B
JSON
{
|
|
"extends": "./src/typescript.json",
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"coverage"
|
|
],
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.vue",
|
|
"**/*d.ts",
|
|
"**/*.json"
|
|
]
|
|
}
|