mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Use $ExpectError Rename some variables * More typing * More tests And update d3-contour * Add deprecated interface * Update TypeScript minimal version Oups :/ * d3-chord TS version update * Linting errors. * Strict function type for statistics functions * Strict function type for histogram * Update d3-contour * Ts Lint * Fix accessor type inference * Arrays for accessors are ArrayLike, in stat fct
24 lines
507 B
JSON
24 lines
507 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-array-tests.ts"
|
|
]
|
|
} |