Skip to content

Commit

Permalink
Upgrade to TypeScript version 4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenVatle committed Mar 4, 2023
1 parent 4ce8b0d commit dd83f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"vue-property-decorator": "^7.2.0"
},
"devDependencies": {
"typescript": "^3.0.3"
"typescript": "^4.9.5"
}
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"compilerOptions": {
"target": "es5",
"target": "es2022",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true,
"noEmit": true,
"experimentalDecorators": true
}
}

0 comments on commit dd83f50

Please sign in to comment.