From 14607a727a835d53c957e3478f437cb7a4a8aba4 Mon Sep 17 00:00:00 2001 From: Ryan Pandya Date: Tue, 16 May 2023 16:08:31 -0400 Subject: [PATCH] Typescript issue? --- .vscode/settings.json | 3 ++- lifetracker-vue/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c80254..3a59c45 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "[python]": { "editor.defaultFormatter": "ms-python.autopep8" }, - "python.formatting.provider": "none" + "python.formatting.provider": "none", + "typescript.tsdk": "node_modules/typescript/lib" } diff --git a/lifetracker-vue/package.json b/lifetracker-vue/package.json index afcc82a..c021120 100644 --- a/lifetracker-vue/package.json +++ b/lifetracker-vue/package.json @@ -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" }