From 18a63dd977ade20e17d41c08acbefde6eada8572 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 30 Nov 2021 09:23:30 +1100 Subject: feat: add `--no-check=remote` flag (#12766) Closes #11970 --- cli/tests/testdata/subdir/type_error.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/subdir/type_error.ts (limited to 'cli/tests/testdata/subdir') diff --git a/cli/tests/testdata/subdir/type_error.ts b/cli/tests/testdata/subdir/type_error.ts new file mode 100644 index 000000000..cc3c1d29d --- /dev/null +++ b/cli/tests/testdata/subdir/type_error.ts @@ -0,0 +1 @@ +export const a: "a" = 12; -- cgit v1.2.3