mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 03:24:59 +02:00
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"extends": "@n8n/typescript-config/tsconfig.backend.go.json",
|
|
"compilerOptions": {
|
|
"noEmit": true
|
|
},
|
|
"include": ["scripts/**/*.ts"]
|
|
}
|