diff --git a/tsconfig.json b/tsconfig.json index a2bf9c14..6bf27e68 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -19,8 +19,8 @@ } ], "paths": { - "@/*": ["./src/*"], - }, + "@/*": ["./src/*"] + } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules"]