mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 17:26:05 +02:00
Fix import related TypeScript errors (#9321)
* Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
This commit is contained in:
committed by
GitHub
parent
f30d54fe88
commit
4b98920f02
@@ -10,7 +10,7 @@
|
||||
"declaration": false,
|
||||
"sourceMap": false,
|
||||
"target": "es2021",
|
||||
"module": "es2022",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"removeComments": false,
|
||||
|
||||
Reference in New Issue
Block a user