Skip to content

Commit

Permalink
chore(tsconfig): set skipLibCheck: true
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and Viktor Lukashov committed Dec 11, 2019
1 parent 47e5a26 commit 540a838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"experimentalDecorators": true,
"outDir": "ts-dist",
"declaration": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@vaadin/router": ["dist/vaadin-router"]
Expand Down

0 comments on commit 540a838

Please sign in to comment.