DefinitelyTyped/react-native/tsconfig.json

15 lines
327 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"jsx": "react",
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",
"react-native-animated-tests.tsx"
]
}