From d04692ce4fce4c2085062e02d04d5be4ea37a07c Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Mon, 3 Oct 2022 17:35:20 +0800 Subject: refactor: Remove old stuff --- apps/kit/tsconfig.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'apps/kit/tsconfig.json') diff --git a/apps/kit/tsconfig.json b/apps/kit/tsconfig.json index 5e89be1..d784754 100644 --- a/apps/kit/tsconfig.json +++ b/apps/kit/tsconfig.json @@ -19,16 +19,14 @@ "./src/lib/*" ], }, - "types": [ - "bun-types" - ] }, "include": [ "./**/*.d.ts", "./**/*.ts", "./**/*.js", - "./**/*.svelte" -, "tailwind.config.cjs" ], + "./**/*.svelte", + "tailwind.config.cjs" + ], "exclude": [ "./node_modules" ] -- cgit v1.3