n8n/packages/@n8n/json-schema-to-zod/tsconfig.cjs.json
2026-04-01 11:03:37 +00:00

12 lines
208 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"rootDir": "src",
"outDir": "dist/cjs",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["src"]
}