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

12 lines
188 B
JSON
Raw Normal View History

2025-09-08 04:48:28 +08:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"outDir": "dist/cjs",
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["src"]
}