gulp-typescript Questions
6
Solved
I am running a typescript build and getting errors in node_modules. Why isn't it ignoring this folder? I have it in the exclude section of my tsconfig.json. The really strange thing is that I have ...
Whipstock asked 13/2, 2016 at 16:13
2
Solved
gulp-typescript's README says it supports incremental compilation but doesn't explain what is meant by that term in this context.
There's an issue discussing how gulp-typescript incremental compil...
Carp asked 15/2, 2019 at 20:25
4
I'm coming up with an this error message while transcompiling TS to JS using gulp-typescript. I'm attempting to use an ES5 feature for getters/setters.
error TS1056: Accessors are only available...
Daman asked 31/10, 2016 at 22:56
1
tl;dr : module resolution does not apply ?
Hello,
I am playing around with Typescript2 module resolution feature.
I've noticed that it is now possible to specify "Paths", so that you can do the ...
Waynant asked 13/2, 2017 at 6:3
1
Solved
I am getting the following error when I execute my Typescript transpilation:
TypeError: file.isSymbolic is not a function
at DestroyableTransform.normalize [as _transform] (D:\project\node_module...
Librettist asked 22/12, 2017 at 12:7
3
Solved
Angular 2 rc 6 written in Typescript 2.0.2
I'm trying to learn Ahead-of-Time compilation as outlined here. It seems simple enough:
Run ngc instead of the Typescript compiler to generate .ngfacto...
Ingest asked 6/9, 2016 at 3:38
2
Solved
This is something that some days ago was working fine, so I am not sure what has changed since then (other than updating to ASP.NET Core RC2 and installing some extension for VS2015 as I recall)
T...
Craniometer asked 24/5, 2016 at 22:18
1
Solved
NativeScript 2.0 (I'm using NativeScript-Angular) build is [tns build android] failing at 'processF0DebugResources' when gulp related dependencies are added to 'devDependencies' section.
This is h...
Diatom asked 5/5, 2016 at 7:30
1
Solved
I have been trying to use gulp-typescript with some degree of success but I have a small issue. All my code is stored under 'src' and I want these to be compiled to '.tmp' but without the 'src' bei...
Lissie asked 3/4, 2016 at 15:5
2
Solved
I would like to use gulp-typescript module to take care typescript compiling. The current setup I would like to achieve is having one javascript file per typescript file in the same directory. It i...
Templetempler asked 27/3, 2016 at 12:40
1
© 2022 - 2024 — McMap. All rights reserved.