n8n/packages/@n8n/json-schema-to-zod/tsconfig.cjs.json

12 lines
188 B
JSON

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