DefinitelyTyped/types/d3-interpolate-path/tsconfig.json
Paweł Dąbrowski a539320135 Added types for d3-interpolate-path package (#35828)
* Added types for reactour package

* added types for d3-interpolate-path package
2019-05-30 12:05:34 -07:00

24 lines
500 B
JSON

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