From 00eec0b097d1b6eb00e7a029beb5756500e8c6ca Mon Sep 17 00:00:00 2001 From: Starcea Date: Sun, 11 Aug 2024 16:30:41 +0900 Subject: [PATCH] build: do not include tests --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2d18ad1..099fcfe 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -100,6 +100,6 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "include": ["src", "tests"], + "include": ["src"], "exclude": ["node_modules", "dist"] }