From 0c65ddf5d256502e951592a22191636106986a6b Mon Sep 17 00:00:00 2001 From: "moxey.eth" Date: Tue, 24 Oct 2023 14:55:41 +1100 Subject: [PATCH] wip: tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }