Skip to content

Commit

Permalink
fix: ignore typescript 5 deprecations
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Mar 19, 2023
1 parent 4d2b2eb commit 58efc09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"declaration": true,
"strict": true,
"noImplicitAny": false,
"outDir": "./dist"
"outDir": "./dist",
// https://github.com/vuejs/tsconfig/issues/6
"ignoreDeprecations": "5.0"
},
}

0 comments on commit 58efc09

Please sign in to comment.