mirror of
https://github.com/immich-app/immich.git
synced 2025-03-11 02:23:09 -05:00
* Revert "fix(web): justify layout import (#16267) " This reverts commitec58e1065f
. * Revert "fix(web): dynamically import wasm module (#16261)" This reverts commit4376fd72b7
. * Revert "feat(web): use wasm for justified layout calculation (#15524)" This reverts commit3925445de8
. * Revert "fix(web): viewport reactivity, off-screen thumbhashes being rendered (#15435)" This reverts commit52f21fb331
.
17 lines
407 B
JSON
17 lines
407 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "es2020",
|
|
"moduleResolution": "bundler",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2022",
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"extends": "./.svelte-kit/tsconfig.json"
|
|
}
|