pradel / create-react-app-swc

Use swc in your create-react-app for faster compilation, development and tests
MIT License
129 stars 11 forks source link

add missing .swcrc for `typescript` example #7

Closed lyhourchhen closed 2 years ago

pradel commented 3 years ago

@LyhourChhen the typescript example is working at the moment without this file. This package detects a .tsconfig file at the root so understand that the typescript loader is used.