mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 07:40:10 +00:00
Remove the relative path from the color import
Including just `@types/d3-interpolate` in a project (and not `@types/d3-color`) results in ``` ERROR in [default] [...]\node_modules\@types\d3-interpolate\index.d.ts:6:33 Cannot find module '../d3-color'. ```
This commit is contained in:
2
d3-interpolate/index.d.ts
vendored
2
d3-interpolate/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>, Tom Wanzek <https://github.com/tomwanzek>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
import { ColorSpaceObject } from '../d3-color';
|
||||
import { ColorSpaceObject } from 'd3-color';
|
||||
|
||||
|
||||
// --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user