Skip to content

Disable compile on build #8839

@vytautas-pranskunas-

Description

@vytautas-pranskunas-

Hello,

I am using TypeScript 1.8.6 and vs2015

{ "filesGlob": [ "App/**/*.ts", "typings/tsd.d.ts", "!node_modules/**" ], "compileOnSave": false, "compilerOptions": { "noImplicitAny": false, "noEmitOnError": true, "removeComments": false, "sourceMap": true, "target": "es5", "module": "commonjs" }, "exclude": [ "node_modules" ] }

but when building project .js and .maps are generated. Is there any way to disable this action except to hack .csproj file manually?

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