Skip to content

How to add new module system in Visual Studio plugin #4532

Closed
@fabioparra

Description

@fabioparra

I did the fork and I've also changed typescript compiler, adding a new module system ModuleKind.ExtJS.
Now I'm able to invoke tsc.js with argument "-m extjs".

My only problem now is to set argument "-m extjs" in the visual studio feature "compile on save" .

Visual studio seems to ignore this new enum that I settled in my project msbuild file.

There is any other way to add or change compiler arguments with the visual studio plugin?

Metadata

Metadata

Assignees

No one assigned

    Labels

    APIRelates to the public API for TypeScriptQuestionAn 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