jellyfin-spicetify/tsconfig.json
trafficlunar 71c62c3f07 feat: loading indicators, copy quick connect code
Also adds .editorconfig, formats most files, and remove archive false on workflow until nightly.link adds support for it
2026-03-07 19:49:33 +00:00

14 lines
307 B
JSON

{
"compilerOptions": {
"target": "ES2017",
"jsx": "react",
"module": "commonjs",
"resolveJsonModule": true,
"outDir": "dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
},
"include": ["./src/**/*.*"],
}