Skip to content

Require should also look for .d.ts files #29

@ivogabe

Description

@ivogabe

If you compile a .ts file to a definitions file (.d.ts), and open that file in Brackets, you will see errors on the require calls.

Example:
import someFile = require('./someFile');
(and in the same directory there is also a file named someFile.d.ts)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions