mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
18 lines
407 B
JSON
18 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": "es2020",
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"extends": "./.svelte-kit/tsconfig.json"
|
|
}
|