Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Compiling all workspace when saving a ts file #351

Open
ghost opened this issue Mar 21, 2017 · 1 comment
Open

Compiling all workspace when saving a ts file #351

ghost opened this issue Mar 21, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 21, 2017

Hi there,
How to configure this plugin to compile ONLY ts file that i modified (rather that all workspace) ?

@david-bouyssie
Copy link

You have two options to transpile from TS to JS:

  • producing a single JS file (when configuring an "output file" in the options)
  • producing one JS file per TS file (when configuring an "output folder" in the options)

On my machine the second option is really faster because it seems it only compile the TS file I'm working on.

I hope it will help!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant