DefinitelyTyped/react-bootstrap-date-picker/tsconfig.json
Karol Janyst 25ef9e6de6 Add definitions for react-bootstrap-date-picker (#13428)
* Add definitions for react-bootstrap-date-picker

* Add tslint.json

* Add required compiler option
2016-12-22 09:21:43 -05:00

22 lines
475 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-bootstrap-date-picker-tests.tsx"
]
}