Skip to content

Commit 9c782b9

Browse files
committed
ADD: "ignoreDeprecations": "5.0" in tsconfig
1 parent 28b5284 commit 9c782b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "@vue/tsconfig/tsconfig.web.json",
33
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
44
"compilerOptions": {
5+
"ignoreDeprecations": "5.0",
56
"baseUrl": ".",
67
"paths": {
78
"@/*": ["./src/*"]

0 commit comments

Comments
 (0)