-
I'm not able to use tsyringe due to missing metadata, my project works on parcel 1 with no problems tho. Also, I think this is a NOT a bug more likely a wrong setting in babel?. parcelrc: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You probably need to use tsc instead of Babel to transpile. Here's how to configure Parcel 2 to do that: https://v2.parceljs.org/getting-started/migration/#babel-doesn't-read-tsconfig.json |
Beta Was this translation helpful? Give feedback.
You probably need to use tsc instead of Babel to transpile. Here's how to configure Parcel 2 to do that: https://v2.parceljs.org/getting-started/migration/#babel-doesn't-read-tsconfig.json