From c3d8e7ef7395dfe7ed1792d270c93e2355571165 Mon Sep 17 00:00:00 2001 From: polaris Date: Sat, 13 Jan 2024 14:27:19 -0500 Subject: [PATCH] test --- tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d169cff..88320b0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,12 @@ "@/*": ["./src/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "src/components/shared/NavigationBar"], + "include": [ + "next-env.d.ts", + "**/*.ts", + "**/*.tsx", + ".next/types/**/*.ts", + "src/components/shared/NavigationBar" + ], "exclude": ["node_modules"] }