DefinitelyTyped/react-native-swiper/tsconfig.json
Daniel 255055a758 commit react-native-swiper define file (#13894)
* commit react-native-swiper define file

* add author

* fix test error

* fix test error

* delete file

* recreate folder by npm run

* change super class

* modify style attribute

* fix test failed

* fix

* fix error

* test

* test

* test

* test

* test

* test

* test

* fix ci error
2017-01-12 08:41:18 -08:00

22 lines
467 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-swiper-tests.tsx"
]
}