immich/open-api/typescript-sdk/tsconfig.json

14 lines
266 B
JSON
Raw Permalink Normal View History

2026-02-02 15:06:40 +01:00
{
"compilerOptions": {
"target": "esnext",
"strict": true,
"skipLibCheck": true,
"declaration": true,
"outDir": "build",
"module": "Node16",
"moduleResolution": "Node16",
"lib": ["esnext", "dom"]
},
"include": ["src/**/*.ts"]
}