mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"extends": ["./tsconfig.json", "@n8n/typescript-config/modern/tsconfig.cjs.json"],
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist/cjs"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|