refactor: add ts libs and config

This commit is contained in:
axolotle 2024-05-17 16:39:50 +02:00
parent f67f504766
commit 0f673709af

View file

@ -2,6 +2,8 @@
"extends": "@vue/tsconfig/tsconfig.dom.json",
"compilerOptions": {
"target": "ESNext",
"noErrorTruncation": true,
"lib": ["es2021", "dom"],
"paths": {
"@/*": ["./src/*"]
},