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