mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-07 01:12:54 +00:00
* Add type definitions for d3-require * d3-require: fix lint issue * d3-require: export as namespace d3 * Revert "d3-require: export as namespace d3" This reverts commit b970c3d2534df302133ab7a16b4c28ab27e0f702. as this may conflict with d3 module. * Update tslint.json Co-authored-by: Orta <orta.therox+github@gmail.com>
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"d3-require-tests.ts"
|
|
]
|
|
} |