Results 1 comments of Owusu K.

something like this should work ``` package.json "build-dist": "cross-env BABEL_ENV=production babel src -d dist --extensions \".ts\",\".tsx\" --copy-files --no-copy-ignored" ``` ``` babelrc { ... "ignore": ["**/@types/"], ... ``` **note the \*\***