DefinitelyTyped/types/react-cytoscapejs/tsconfig.json
Emmanuel Counasse b90d8ec168
Add typing for react-cytoscapejs (#45577)
* Add typing for react-cytoscapejs

* update tslint.json to follow rules

* Fix react-cytoscapejs version

* Improve cytoscape import

* Remove patch from version

* Try to fix no-import-default-of-export-equals

* Update types/react-cytoscapejs/index.d.ts

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Should fix build

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2020-06-23 14:20:39 -04:00

26 lines
542 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",
"react-cytoscapejs-tests.tsx"
]
}