summaryrefslogtreecommitdiff
path: root/packages/frontend/tsconfig.json
diff options
context:
space:
mode:
authorChocolate Pie <106949016+chocolate-pie@users.noreply.github.com>2023-04-29 23:36:28 +0900
committerGitHub <noreply@github.com>2023-04-29 23:36:28 +0900
commit149ddebf165b7df4bf372a1461df5fa47cc4f5d6 (patch)
tree686dcf3cd7f77135c120b3959c183976e9f7dbc7 /packages/frontend/tsconfig.json
parentperf(backend): Use ThinUser in admin/federation/remove-all-following (diff)
downloadsharkey-149ddebf165b7df4bf372a1461df5fa47cc4f5d6.tar.gz
sharkey-149ddebf165b7df4bf372a1461df5fa47cc4f5d6.tar.bz2
sharkey-149ddebf165b7df4bf372a1461df5fa47cc4f5d6.zip
fix(frontend): ロールのタイトルのバグを解決、Reactivity Transformで型エラーを出さないように (#10729)
* fix: #10569を解決 * fix: ロールが存在しない場合、タイトルにエラーメッセージを表示させる * fix: Reactivity Transformで型エラーを出さないように * feat: i18n対応 * feat: タブでエラー表示 * fix: エラーメッセージを分ける * fix: 使う変数の間違えを修正 * productionビルドできない問題を修正 --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/tsconfig.json')
-rw-r--r--packages/frontend/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
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",