diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-08 07:00:42 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-08 07:00:42 +1100 |
| commit | e9edc05bed299a3e97cf9a8136e6d790f5fc3f14 (patch) | |
| tree | 325229ac544bfeb48caeb577354d6cfcff3d8630 /cli/tests/subdir/emittable.d.ts | |
| parent | 37b7024a8feee04a3fd9e2705c7858f53f2f44d0 (diff) | |
fix(cli): ensure that transitory dependencies are emitted (#8275)
Fixes #8111
Diffstat (limited to 'cli/tests/subdir/emittable.d.ts')
| -rw-r--r-- | cli/tests/subdir/emittable.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/subdir/emittable.d.ts b/cli/tests/subdir/emittable.d.ts new file mode 100644 index 000000000..425b80f24 --- /dev/null +++ b/cli/tests/subdir/emittable.d.ts @@ -0,0 +1 @@ +export const a: string; |
