diff --git a/tsconfig.json b/tsconfig.json index ddd85133..291c010f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "./tsconfig.base.json", - "include": ["playgrounds", "create-vocs", "scripts", "src", "server.ts"], + "include": ["playgrounds", "scripts", "src", "server.ts"], "compilerOptions": { "types": ["bun-types"] }