diff --git a/tsconfig.cli.json b/tsconfig.cli.json index 1128198..d11449f 100644 --- a/tsconfig.cli.json +++ b/tsconfig.cli.json @@ -7,6 +7,6 @@ "declaration": false, "outDir": "./bin" }, - "exclude": ["node_modules", "src/index.ts", "src/*-webcomponent.ts"], + "exclude": ["node_modules", "src/index.ts", "src/*-webcomponent.ts", "tests"], "include": ["**/*", "src/*", "*.ts"] }