mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 15:47:20 +00:00
14 lines
267 B
JSON
14 lines
267 B
JSON
{
|
|
"compilerOptions": {
|
|
"ignoreDeprecations": "6.0",
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"moduleResolution": "node",
|
|
"rootDir": "src",
|
|
"outDir": "dist/esm",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src"]
|
|
}
|