mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-11 07:48:29 +00:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"lib": ["ESNext", "ESNext.AsyncIterable"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"baseUrl": ".",
|
|
"types": ["@types/node"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|