aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gulp-typescript/issue_template.md
blob: 2511f11460b1fb538ebef71a88fd4a8a14936710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--
Before submitting an issue, check that the following questions can be answered with yes:

- Is this related to gulp-typescript, and not to TypeScript?
- Is the behavior of gulp-typescript different than the behavior of tsc?
- There was no similar issue already opened? (Please don't bump old closed issues)

If you can answer all these questions with yes, add a description of your issue here and fill in the related sections below.
-->

**Expected behavior:**

**Actual behavior:**

**Your gulpfile:**

*Include your gulpfile, or only the related task (with `ts.createProject`).*
```javascript

```

**tsconfig.json**

*Include your tsconfig, if related to this issue.*
```json

```

**Code**

*Include your TypeScript code, if necessary.*
```typescript

```