Files
n8n_Demo/n8n-n8n-1.109.2/packages/@n8n/json-schema-to-zod/tsconfig.json
2025-09-08 04:48:28 +08:00

13 lines
259 B
JSON
Executable File

{
"extends": ["@n8n/typescript-config/tsconfig.common.json"],
"compilerOptions": {
"rootDir": ".",
"baseUrl": "src",
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}