1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-23 02:06:15 +02:00
immich/open-api/typescript-sdk/tsconfig.cjs.json

11 lines
194 B
JSON
Raw Normal View History

2024-01-12 14:36:27 +02:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "build/cjs",
"module": "commonjs",
"moduleResolution": "node",
"target": "es2022",
"lib": ["es2022"]
}
}