diff --git a/src/typescript/frontend/tsconfig.json b/src/typescript/frontend/tsconfig.json index 2b26bf1a1d..8b30e81e83 100644 --- a/src/typescript/frontend/tsconfig.json +++ b/src/typescript/frontend/tsconfig.json @@ -69,6 +69,6 @@ "./src/**/*.ts", "./src/**/*.tsx", ".next/types/**/*.ts", - "./dist/types/**/*.ts", + "./dist/types/**/*.ts" ] }