DefinitelyTyped/types/react-native-snackbar-component/tsconfig.json
Haseeb Majid d7143d2b2a Fixing linting errors
Fixing linting errors
2019-02-22 20:09:50 +00:00

25 lines
544 B
JSON

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