diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 7815fa95f..390e328e3 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -19,8 +19,8 @@ "incremental": true, "noFallthroughCasesInSwitch": true, "paths": { - "@/*": ["./src/*"], - }, + "@/*": ["./src/*"] + } }, - "include": ["./src", "./test"], + "include": ["./src", "./test"] }