mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
10 lines
166 B
JSON
10 lines
166 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"checkJs": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|
|
|