DefinitelyTyped/types/react-native-datawedge-intents/tsconfig.json
DerZersaeger bf28fce907
Added react-native-datawedge-intents (#43516)
* [react-native-datawedge-intents] Initial commit

* Fix lint errors

* Apply suggestions from @uniqueiniquity
2020-04-01 13:03:36 -07:00

25 lines
544 B
JSON

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