DefinitelyTyped/types/d3kit/tsconfig.json
Morgan Benton 50320784e8 Updating existing @types/d3kit definition to new version: 3.1.2 ==> 3.2 (#19952)
* update @types/d3kit to 3.2

* update @types/d3kit to 3.2
2017-09-26 11:26:12 -07:00

23 lines
467 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"d3kit-tests.ts"
]
}