diff --git a/ui/tsconfig.json b/ui/tsconfig.json index 2fb4eb3507..56bcf8872c 100644 --- a/ui/tsconfig.json +++ b/ui/tsconfig.json @@ -19,7 +19,7 @@ "baseUrl": ".", "allowJs": true, "checkJs": true, - "outDir": "dist" + "outDir": "dist" }, "exclude": ["**/dist/**/*", "**/public/**/*", "**/*.config.js", "dist"], "include": ["**/*.d.ts", "**/*.js", "**/*.ts", "**/*.svelte"]