mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
* minor package version bumps, remove string.replaceAll polyfill * update universal-cookie * bump flag-icons * [apollo] replace cloneDeep with lodash-es/CloneDeep * [apollo] partial upgrade to 3.14 * remove dom-screen-wake-lock * switch videojs-vr library for xvr support. minor bumps * vite 7 * bump ua-parser-js * bump postcss * bump polyfills * partial bump eslint to v8, otherwise we lose airbnb * bump typescript to 5.9 * ensure node engine, remove homepage
25 lines
652 B
JSON
25 lines
652 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"jsx": "react-jsx",
|
|
"experimentalDecorators": true,
|
|
"baseUrl": ".",
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"isolatedModules": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"useDefineForClassFields": true,
|
|
"types": ["vite/client"]
|
|
},
|
|
"include": ["src"]
|
|
}
|