Files
seminarhof-e2e-mqoahn2h/tsconfig.json
2026-06-21 23:19:18 +02:00

14 lines
270 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "Node16",
"moduleResolution": "Node16",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "."
},
"include": ["packages/functions/src"]
}