Files
germantax-e2e-mrfz66zi/tsconfig.json
2026-07-11 08:20:01 +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"]
}