d0a06739d8
* chore(server): bump server dependencies * fix: test
51 lines
No EOL
974 B
JSON
51 lines
No EOL
974 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"target": "es2017",
|
|
"moduleResolution": "node16",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@test": [
|
|
"test"
|
|
],
|
|
"@test/*": [
|
|
"test/*"
|
|
],
|
|
"@app/immich": [
|
|
"src/immich"
|
|
],
|
|
"@app/immich/*": [
|
|
"src/immich/*"
|
|
],
|
|
"@app/infra": [
|
|
"src/infra"
|
|
],
|
|
"@app/infra/*": [
|
|
"src/infra/*"
|
|
],
|
|
"@app/domain": [
|
|
"src/domain"
|
|
],
|
|
"@app/domain/*": [
|
|
"src/domain/*"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"dist",
|
|
"node_modules",
|
|
"upload"
|
|
]
|
|
} |