From f0b739b7855e512d84eb936d627de10f614b26f6 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:36:58 -0700 Subject: [PATCH] Format with Prettier --- tsconfig.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 798cb0a..6d75f79 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,4 @@ { "extends": ["@tsconfig/bun", "@tsconfig/strictest"], - "exclude": [ - "node_modules/", - "public/", - "src/game/", - "src/resources/addons" - ] + "exclude": ["node_modules/", "public/", "src/game/", "src/resources/addons/"] }