Skip to content

TypeScript reference path problem when installed via npm. #148

Closed
@sehyun-hwang

Description

@sehyun-hwang

I'm using this in Angular 8.

In the file @influxdata/influx/dist/api/api.d.ts,
the first line is: <reference path="../src/api/custom.d.ts" />
It should be: <reference path="../../src/api/custom.d.ts" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions