Typescript issue?

This commit is contained in:
Ryan Pandya 2023-05-16 16:08:31 -04:00
parent 20a70652dd
commit 14607a727a
2 changed files with 3 additions and 2 deletions

View File

@ -2,5 +2,6 @@
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
"python.formatting.provider": "none",
"typescript.tsdk": "node_modules/typescript/lib"
}

View File

@ -35,7 +35,7 @@
"eslint-config-prettier": "^8.8.0",
"npm-run-all": "^4.1.5",
"prettier": "2.8.8",
"typescript": "^5.1.0-dev.20230515",
"typescript": "^4.4.4",
"vite": "^4.1.4",
"vue-tsc": "^1.2.0"
}