diff options
Diffstat (limited to 'tests/specs/test/check_local_by_default/main.ts')
| -rw-r--r-- | tests/specs/test/check_local_by_default/main.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/test/check_local_by_default/main.ts b/tests/specs/test/check_local_by_default/main.ts new file mode 100644 index 000000000..2ae8c2692 --- /dev/null +++ b/tests/specs/test/check_local_by_default/main.ts @@ -0,0 +1,3 @@ +import * as a from "http://localhost:4545/subdir/type_error.ts"; + +console.log(a.a); |
