chore(deps): switched to fucking ts v5

This commit is contained in:
Corentin Thomasset 2023-08-21 21:51:53 +02:00
parent 815e7da60f
commit 8d25ec2686
No known key found for this signature in database
GPG key ID: DBD997E935996158
10 changed files with 1041 additions and 807 deletions

View file

@ -4,6 +4,6 @@
"compilerOptions": {
"composite": true,
"lib": [],
"types": ["node", "jsdom"]
"types": ["node", "jsdom", "unplugin-icons/types/vue"]
}
}