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:
Alex Grozav 2022-11-11 18:05:21 +02:00 committed by GitHub
parent 52f38df867
commit c1bcc47cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
"rootDir": ".",
"types": ["node", "jest"],
"noEmit": true,
"preserveSymlinks": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": "src",

View file

@ -18,7 +18,6 @@
"incremental": true,
"declaration": true,
"sourceMap": true,
"preserveSymlinks": true,
"skipLibCheck": true
},
"exclude": ["**/dist/**/*", "**/node_modules/**/*"]