summaryrefslogtreecommitdiff
path: root/packages/client/tsconfig.json
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2022-05-28 01:31:23 +0900
committertamaina <tamaina@hotmail.co.jp>2022-05-28 01:31:23 +0900
commitfa99d9c6fee3a7d6f72e254e0aa55972cd6538fb (patch)
tree43d941bbacc9cfaa911fc785fce0b34af4ef6fcc /packages/client/tsconfig.json
parentMerge branch 'develop' into pizzax-indexeddb (diff)
parentfix(docs): correct information for drive upload (#8736) (diff)
downloadmisskey-fa99d9c6fee3a7d6f72e254e0aa55972cd6538fb.tar.gz
misskey-fa99d9c6fee3a7d6f72e254e0aa55972cd6538fb.tar.bz2
misskey-fa99d9c6fee3a7d6f72e254e0aa55972cd6538fb.zip
Merge branch 'develop' into pizzax-indexeddb
Diffstat (limited to 'packages/client/tsconfig.json')
-rw-r--r--packages/client/tsconfig.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json
index a06b0356cb..86e67948a6 100644
--- a/packages/client/tsconfig.json
+++ b/packages/client/tsconfig.json
@@ -19,6 +19,9 @@
"strictNullChecks": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
+ "allowSyntheticDefaultImports": true,
+ "isolatedModules": true,
+ "useDefineForClassFields": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
@@ -27,6 +30,9 @@
"node_modules/@types",
"@types",
],
+ "types": [
+ "vite/client",
+ ],
"lib": [
"esnext",
"dom"