mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
30f499cf2e
update server to use absolute import paths
26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es2022",
|
|
"moduleResolution": "node16",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"preserveWatchOutput": true,
|
|
"baseUrl": "./",
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"upload"
|
|
],
|
|
} |