mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix: Fix inferred type of X cannot be named error after pnpm update (no-changelog) (#4585)
* fix: Fix inferred type of X cannot be named error after pnpm update * preserve symlinks for `cli` Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
This commit is contained in:
parent
52f38df867
commit
c1bcc47cb5
|
@ -4,6 +4,7 @@
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"types": ["node", "jest"],
|
"types": ["node", "jest"],
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
|
"preserveSymlinks": true,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"baseUrl": "src",
|
"baseUrl": "src",
|
||||||
|
|
|
@ -18,7 +18,6 @@
|
||||||
"incremental": true,
|
"incremental": true,
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"preserveSymlinks": true,
|
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]
|
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]
|
||||||
|
|
Loading…
Reference in a new issue