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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
238 B
JSON
Raw Normal View History

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