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" ]