From 746fa688602dceaae03c9234895c22bca9dce088 Mon Sep 17 00:00:00 2001 From: O3H Date: Sun, 30 Jun 2024 03:09:19 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index fdaa96d..d06065c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,11 +18,11 @@ "tslib" : ["node_modules/tslib/tslib.d.ts"] } }, - "include": ["src", "tests"], + "include": ["src"], "exclude": [ "node_modules", "dist", - "tests", + "tests", "vitest.config.ts", "rollup.config.mjs" ]