Nikita Shatunov
Results
1
issues of
Nikita Shatunov
Hello, I am getting compiler errors when building my project with following compiler options and TS v3.9.9: ``` "compilerOptions": { "lib": ["es2020", "dom"], "module": "es2020", "target": "es2018", "jsx": "react-native", "skipLibCheck":...
enhancement