Files
DefinitelyTyped/d3-geo/tsconfig.json
Tom Wanzek a3fcaef699 d3-geo
* added definitions and tests
2016-08-18 17:48:06 -04:00

20 lines
398 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"d3-geo-tests.ts"
]
}