DefinitelyTyped/types/react-navigation-material-bottom-tabs/tsconfig.json

18 lines
484 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-native",
"strictFunctionTypes": true
},
"files": ["index.d.ts", "react-navigation-material-bottom-tabs-tests.tsx"]
}