mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 05:59:50 +00:00
17 lines
350 B
JSON
17 lines
350 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"lib": ["dom", "ESNext"],
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"outDir": "./dist/",
|
|
"strict": true,
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|