From 626d5a52fc3f3284e768e1edf976c1bb1d6331bd Mon Sep 17 00:00:00 2001 From: rcholic Date: Sun, 21 Dec 2025 18:51:44 -0800 Subject: [PATCH] fix release sync --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0ddaad21..19f7f605 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,7 @@ "esModuleInterop": true }, "include": ["src/**/*"], - "exclude": ["node_modules", "dist", "examples", "tests"], + "exclude": ["node_modules", "dist", "examples", "tests", "src/extension"], "ts-node": { "compilerOptions": { "lib": ["ES2020", "DOM"]