8000 chore: use skipLibCheck (#209) · vuejs/vue-eslint-parser@cbf1481 · GitHub
[go: up one dir, main page]

Skip to content

Commit cbf1481

Browse files
authored
chore: use skipLibCheck (#209)
1 parent 6aa8585 commit cbf1481

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
"sourceRoot": "src",
3434
"strict": true,
3535
"strictNullChecks": true,
36-
"target": "es2015"
36+
"target": "es2015",
37+
38+
"skipLibCheck": true,
3739
},
3840
"include": ["src/**/*.ts"]
3941
}
31A4

0 commit comments

Comments
 (0)
0