1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00
immich/open-api/typescript-sdk/tsconfig.json

14 lines
267 B
JSON
Raw Normal View History

2024-01-12 14:36:27 +02:00
{
"compilerOptions": {
"target": "esnext",
2024-01-12 14:36:27 +02:00
"strict": true,
2024-02-02 00:55:21 +02:00
"skipLibCheck": true,
"declaration": true,
"outDir": "build",
2024-02-02 00:55:21 +02:00
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts"]
2024-01-12 14:36:27 +02:00
}