Skip to content

Remove Typescript file from build #5

@DanielKucal

Description

@DanielKucal

There is .ts file in npm package what can cause troubles with some unspecified Typescript compiler config: https://stackoverflow.com/questions/44377617/unable-to-find-typings-d-ts-and-declare-modules-in-angular-2-typescript-app/44380574#44380574
I suggest to add .npmignore file with the following contents:

*.ts
!*.d.ts
.DS_Store
.DS_Store?
gulpfile.js
/node_modules/*

Thanks in advance for cooperation.

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