diff --git a/ui/tsconfig.json b/ui/tsconfig.json index e61f93bf91..0ff3be3258 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -26,6 +26,6 @@ "sourceMap": true, "baseUrl": "./", "rootDir": "src", - "exclude": ["./assets/*", "./build/*", "./node_modules/*"] - } + }, + "exclude": ["./assets/*", "./build/*", "./node_modules/*"] }