mmazzarolo / react-native-universal-monorepo

React Native boilerplate supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extensions, Electron.
MIT License
1.7k stars 150 forks source link

Global type definitions are not recognized #52

Open ertemishakk opened 1 year ago

ertemishakk commented 1 year ago

Using type definitions from global.d.ts file in the app directory causes web/electron app to crash. VS Code doens't complain.

Tried adding the directory to tsconfig.json in typeroots and/or include but no luck.