How to use tsconfig.json in babel

Viewed 97

I'm building a script that compiles Monorepo packages, I'm using typescript, each package has its own typescript config.

I want to tell @babel/preset-typescript which config file to use.

0 Answers
Related