From 149ddebf165b7df4bf372a1461df5fa47cc4f5d6 Mon Sep 17 00:00:00 2001 From: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com> Date: Sat, 29 Apr 2023 23:36:28 +0900 Subject: fix(frontend): ロールのタイトルのバグを解決、Reactivity Transformで型エラーを出さないように (#10729) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: #10569を解決 * fix: ロールが存在しない場合、タイトルにエラーメッセージを表示させる * fix: Reactivity Transformで型エラーを出さないように * feat: i18n対応 * feat: タブでエラー表示 * fix: エラーメッセージを分ける * fix: 使う変数の間違えを修正 * productionビルドできない問題を修正 --------- Co-authored-by: tamaina --- packages/frontend/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/frontend/tsconfig.json') diff --git a/packages/frontend/tsconfig.json b/packages/frontend/tsconfig.json index 4d582daa3c..514b304246 100644 --- a/packages/frontend/tsconfig.json +++ b/packages/frontend/tsconfig.json @@ -27,10 +27,12 @@ }, "typeRoots": [ "node_modules/@types", + "node_modules/@vue-macros", "@types", ], "types": [ "vite/client", + "reactivity-transform/macros-global" ], "lib": [ "esnext", -- cgit v1.2.3-freya