Skip to content

Add facility to disable emit-on-save #67

Closed
@robertknight

Description

@robertknight

My project's build outputs TypeScript-compiled Javascript in a separate build dir (src\lib\foo.ts -> build\lib\foo.js) to avoid polluting the source tree with build artefacts.

It would be useful if it was possible to either:

  1. Disable emit-on-save.
  2. Be able to configure the options that the code is built with, including output directory and flags such as module type and noImplicitAny.

Discussion on Gitter:

But valid suggestion to have atom-typescript config. Please open an issue :
https://github.com/TypeStrong/atom-typescript/issues and this will be the first config option we add

I see a reference to tsconfig.json which will apparently be a standard way to configure TypeScript in future but I don't know too much about the plans for it. Would that be another way to address this use case?

Admin task list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions