Remove redundant typescript configuration

This commit is contained in:
Bill Thornton 2021-10-07 12:24:19 -04:00
parent a557bcfc14
commit 009c3b1311

View File

@ -1,14 +1,5 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": [
"dom",
"esnext"
],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"typeRoots": [
"./types"
]