DefinitelyTyped/types/react-native-base64/tsconfig.json
EvanJin c10f5e1dbe
Add Types for package react-native-base64 (#47127)
Co-authored-by: evan <evanjin@toons.kr>
2020-08-30 04:58:54 -04:00

22 lines
515 B
JSON

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