DefinitelyTyped/types/react-native-joi/tsconfig.json
CharlesStrong-GeoH 986a0c966b added types for react-native-joi (#37771)
* added types for react-native-joi from tested local copy used in production

* cleaning working directory of line ending changes
2019-08-20 14:05:09 -07:00

24 lines
497 B
JSON

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