mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
6e066aa220
* chore: upgrade svelte * chore: type imports * chore: types
19 lines
438 B
JSON
19 lines
438 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": ["es2020", "DOM"],
|
|
"moduleResolution": "bundler",
|
|
"module": "es2020",
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"target": "es2020",
|
|
"types": ["vitest/globals"],
|
|
}
|
|
}
|