-
Typescipt now support JSX and it introduced .tsx extension for files containing JSX syntax. https://github.com/Microsoft/TypeScript/issues/3203
Do you plan to support .tsx files?
-
Hi
Till now I've bee developping aurelia applications in Webstorm and using gulp typescipt plugin in order to compile typescripts code from src folder to dist one following a similar apprach than ht…
-
The following canvas angular directive code throw me an error on typescipt compilation :
error TS2339: Property 'getContext' does not exist on type 'HTMLElement'.
``` javascript
export function myCa…
-
In the sourcemap files written together with gulp-sourcemaps the TypeScript files end up with absolute paths instead of relativ paths in the sources tag. This leads to errors when Firefox tries to rea…
-
Please, add support for compiling Typescript files
-
First of all, thanks for doing this - your plugin is an excellent help when working with Typescript.
One problem, though ; Vim is spawning a different node.js instance for each .ts file I am opening.…