mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.common.json",
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext"
|
|
},
|
|
"include": ["src/backend/**/*.ts", "src/index.ts"]
|
|
}
|