mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
11 lines
166 B
JSON
11 lines
166 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"checkJs": true,
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|
|
|