mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
16 lines
No EOL
312 B
JSON
16 lines
No EOL
312 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"./src/**/*.*"
|
|
]
|
|
} |