From 8167ea6a3e59229916b20c161c498aa9e3257bd0 Mon Sep 17 00:00:00 2001 From: Trym Lund Flogard Date: Sat, 5 Jun 2021 13:10:53 +0200 Subject: [PATCH] ignore tests --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2b4ea00..5179acc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "sourceMap": true, "lib": ["ES2019"] }, - "exclude": ["node_modules", "**/*.test.ts"] + "exclude": ["node_modules", "__tests__/**/*.ts"] }