From 751bb45a0a4ca4ab3baf5e5037c0b10f0430aeb6 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 23 Sep 2020 11:39:20 +1000 Subject: fix: ignore fileExists in tsc host (#7635) Fixes #7630 --- cli/tests/tsc/d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cli/tests/tsc/d.ts (limited to 'cli/tests/tsc/d.ts') diff --git a/cli/tests/tsc/d.ts b/cli/tests/tsc/d.ts new file mode 100644 index 000000000..3c74b8c83 --- /dev/null +++ b/cli/tests/tsc/d.ts @@ -0,0 +1,3 @@ +export function v4() { + return "hello"; +} -- cgit v1.2.3