jellyfin-chromecast/tsconfig.json
2021-01-01 03:37:18 +01:00

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": {
"~/*": ["./*"]
}
}
}