Skip to content

Commit

Permalink
refactor: ✅ migrate to typescript 5+
Browse files Browse the repository at this point in the history
  • Loading branch information
rukshn committed May 12, 2023
1 parent 293f4c0 commit e99f55a
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 deletions.
29 changes: 21 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/node": "^20.1.0",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.8",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/tsconfig": "^0.3.2",
"autoprefixer": "^10.4.14",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "~5.0.4",
"typescript": "^5.0.4",
"vite": "^3.0.9",
"vue-tsc": "^1.6.4"
}
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"extends": ["@tsconfig/node18/tsconfig.json", "@vue/tsconfig/tsconfig.json"],
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
Expand Down

0 comments on commit e99f55a

Please sign in to comment.