DefinitelyTyped/react-native-scrollable-tab-view/tsconfig.json
CaiHuan feefb04e1c remove style isRequire attribute and add react-native-scrollable-tab-view type define file (#14020)
* remove style isRequire attribute

* commit react-native-scrollable-tab-view

* commit react-native-scrollable-tab-view/index.d.ts

* changed file extension name

* Fix test error

* fix no-trailing-whitespace  trailing whitespace
2017-01-17 13:57:11 -08:00

22 lines
480 B
JSON

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