Files
DefinitelyTyped/types/react-navigation/tsconfig.json
2018-06-02 12:51:10 +02:00

34 lines
755 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../../",
"jsx": "react",
"typeRoots": [
"../../"
],
"types": [],
"paths": {
"react-navigation": [
"react-navigation/v2"
],
"react-navigation/*": [
"react-navigation/v2/*"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"react-navigation-tests.tsx"
]
}