mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
7 lines
139 B
JSON
7 lines
139 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.backend.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["scripts/**/*.ts"]
|
|
}
|