DefinitelyTyped/types/react-native-video-player/tsconfig.json
Junseong Park a1039ae6e5
added @types/react-native-video-player (#42057)
* added @types/react-native-video-player

* removed typescript version

* modified for tsconfig.json

* modified for lint
2020-02-06 15:11:56 -08:00

22 lines
509 B
JSON

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