mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
Also adds .editorconfig, formats most files, and remove archive false on workflow until nightly.link adds support for it
14 lines
307 B
JSON
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/**/*.*"],
|
|
}
|