0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-07 00:50:23 -05:00
immich/open-api/typescript-sdk/tsconfig.json

12 lines
206 B
JSON
Raw Normal View History

2024-01-12 07:36:27 -05:00
{
"compilerOptions": {
"strict": true,
2024-02-01 17:55:21 -05:00
"skipLibCheck": true,
"declaration": true,
"outDir": "build",
"module": "esnext",
"moduleResolution": "Bundler",
"lib": ["esnext"]
2024-01-12 07:36:27 -05:00
}
}