Skip to content

TSC tries to compile my .d.ts files, then spits out errors from these attempts. #5509

@kdawg1406Aurelia

Description

@kdawg1406Aurelia

When I compile my project using tsc it tries to compile my .d.ts files event though the /typings folder is excluded in my 'tsconfig.json' seen below.

Why is this happening?
Why are .d.ts files compiled?

{
  "compilerOptions": {
    "module": "commonjs",
    "noImplicitAny": false,
    "removeComments": true,
    "preserveConstEnums": true,
    "sourceMap": true,
    "target": "ES5",
    "experimentalDecorators": true
  },
  "exclude": [
    "node_modules",
    "typings",
    "src/jspm_packages"
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    QuestionAn issue which isn't directly actionable in code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions