DefinitelyTyped/types/react-native-rss-parser/tsconfig.json
Emiliano Leite 48efbe5458 Create types for react-native-rss-parser (#38960)
* feat(@types/react-native-rss-parser): Create types

* feat(@types/react-native-rss-parser): Add itunes prop
2019-10-08 17:08:51 -07:00

24 lines
504 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-rss-parser-tests.ts"
]
}