2019-07-16 18:18:55 +03:00

12 lines
227 B
JSON

{
"compilerOptions": {
"strict": true,
"noEmit": true,
"lib": ["dom", "esnext"],
"jsx": "react-native",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"skipLibCheck": true
}
}