mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* react-d3-graph types This is our first time submitting something to this git repo. This is the type definition for the node module 'react-d3-graph'. * Test added * tests fixed * Update package.json * Update react-d3-graph-tests.tsx * Update package.json * Delete package.json * Create tslint.json * Update index.d.ts * Update react-d3-graph-tests.tsx * Update package.json
25 lines
520 B
JSON
25 lines
520 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react"
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-d3-graph-tests.tsx"
|
|
]
|
|
}
|