LunatiqueCoder / luna

Luna - a React Native + Next.js template. Built with TypeScript :heart:
https://luna-gamma.vercel.app/
MIT License
264 stars 17 forks source link

Remove typeRoots from tsconfig.json #22

Closed LunatiqueCoder closed 2 years ago

LunatiqueCoder commented 2 years ago

Is your feature request related to a problem? Please describe. We are misusing typeRoots and they are not working properly anyway. Should be a breaking change with typescript@4.5.0 according to https://github.com/microsoft/TypeScript/issues/37708

Describe the solution you'd like Simply remove typeRoots from tsconfig.json.