DefinitelyTyped/types/react-owl-carousel/tsconfig.json
tbounsiar f38bda6988 React owl carousel (#25170)
* adding react-owl-carousel types

* Update Definitions by list

Fix Test error

* Fix tslint

Fix tsconfig

* Add docs

Fix Bugs
2018-04-21 05:37:27 +12:00

27 lines
583 B
JSON

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