mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
20 lines
414 B
JSON
20 lines
414 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": true,
|
||
|
"baseUrl": "./",
|
||
|
"checkJs": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"module": "es2020",
|
||
|
"moduleResolution": "bundler",
|
||
|
"outDir": "./dist",
|
||
|
"resolveJsonModule": true,
|
||
|
"skipLibCheck": true,
|
||
|
"sourceMap": true,
|
||
|
"strict": true,
|
||
|
"target": "es2022",
|
||
|
"types": []
|
||
|
},
|
||
|
"include": ["lib"]
|
||
|
}
|