File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Before submitting an issue, check that the following questions can be answered with yes:
3
+
4
+ - Is this related to gulp-typescript, and not to TypeScript?
5
+ - Is the behavior of gulp-typescript different than the behavior of tsc?
6
+ - There was no similar issue already opened? (Please don't bump old closed issues)
7
+
8
+ If you can answer all these questions with yes, add a description of your issue here and fill in the related sections below.
9
+ -->
10
+
11
+ ** Expected behavior:**
12
+
13
+ ** Actual behavior:**
14
+
15
+ ** Your gulpfile:**
16
+
17
+ * Include your gulpfile, or only the related task (with ` ts.createProject ` ).*
18
+ ``` javascript
19
+
20
+ ```
21
+
22
+ ** tsconfig.json**
23
+
24
+ * Include your tsconfig, if related to this issue.*
25
+ ``` json
26
+
27
+ ```
28
+
29
+ ** Code**
30
+
31
+ * Include your TypeScript code, if necessary.*
32
+ ``` typescript
33
+
34
+ ```
You can’t perform that action at this time.
0 commit comments