From 281c4cd8fcf5fd54f558a6922736def2c7804529 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 22 Jun 2021 07:18:32 +1000 Subject: feat(cli): support "types" when type checking (#10999) Fixes #10677 --- cli/tests/config_types.tsconfig.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cli/tests/config_types.tsconfig.json (limited to 'cli/tests/config_types.tsconfig.json') diff --git a/cli/tests/config_types.tsconfig.json b/cli/tests/config_types.tsconfig.json new file mode 100644 index 000000000..3810d4534 --- /dev/null +++ b/cli/tests/config_types.tsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "types": [ + "./subdir/types.d.ts" + ] + } +} -- cgit v1.2.3