react-native-image-picker/tsconfig.json
Johan 11dcf311b7
V1.0.1 (#1120)
refactor: Replace JavaScript with TypeScript and AndroidX support
2019-07-09 10:09:00 +01:00

13 lines
260 B
JSON

{
"include": ["src/**/*.ts"],
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"moduleResolution": "node",
"lib": ["es2015", "es2016", "esnext"],
"jsx": "react-native"
},
"exclude": ["node_modules"]
}