From 97a7a6104332078f54316ed30b0f2bca6721133e Mon Sep 17 00:00:00 2001 From: Arya Emami Date: Sun, 31 Dec 2023 01:01:10 -0600 Subject: [PATCH] Include `typescript_test` folder in vitest type tests --- type-tests/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/type-tests/tsconfig.json b/type-tests/tsconfig.json index a8a65e555..4fae7b4d6 100644 --- a/type-tests/tsconfig.json +++ b/type-tests/tsconfig.json @@ -12,5 +12,6 @@ "reselect": ["../src/index"], // @remap-prod-remove-line "@internal/*": ["../src/*"] } - } + }, + "include": ["**/*.ts", "../typescript_test/**/*.ts"] }