mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
23 lines
457 B
JSON
23 lines
457 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"target": "es2017",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
},
|
|
"exclude": [
|
|
"upload"
|
|
],
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |