Erwann

Results 9 comments of Erwann

On my side, removing `"include": ["env.d.tsx"]` from `tsconfig.json` solved the problem

This is the config I use which is working for me : tsconfig.json ```json { "extends": "@tsconfig/react-native/tsconfig.json", "exclude": ["node_modules"], "compilerOptions": { "jsx": "react", "paths": { "@/*": ["./features/*"], "typeRoots": ["./src/types"] }...

Is anything else needed to speed up the review ?

@timneutkens @ijjk @huozhi any update ?