DefinitelyTyped/types/react-dnd-multi-backend/tsconfig.json
Janeene Beeforth b9c5f5256a Create typescript definitions for the react-dnd-multi-backend library. (#20790)
* Create typescript definitions for the react-dnd-multi-backend library.

https://github.com/LouisBrunner/react-dnd-multi-backend

* Attempt to fix relative path to index.
2017-10-23 11:32:02 -07:00

27 lines
581 B
JSON

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