-
Couldn't load subscription status.
- Fork 13.1k
Closed
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code
Description
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
Labels
QuestionAn issue which isn't directly actionable in codeAn issue which isn't directly actionable in code