Files
storybook-bug-reproduce/tsconfig.json
Kyle Fang 0c2b1139c2 Initial commit
Generated by create-react-native-app 3.5.1.
2020-09-07 11:53:50 +08:00

12 lines
238 B
JSON

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