Skip to content

Commit

Permalink
Add skipLibCheck to tsconfig.json (#7253)
Browse files Browse the repository at this point in the history
* Add skipLibCheck to tsconfig.json

* Fix typo
  • Loading branch information
mehdi-vaadin authored and manolo committed Dec 31, 2019
1 parent 5f01955 commit 9355407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flow-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"noUnusedParameters": true,
"experimentalDecorators": true,
"outDir": "target/classes/META-INF/resources/frontend",
"declaration": true
"declaration": true,
"skipLibCheck": true
},
"include": [
"src/main/resources/META-INF/resources/frontend/**/*.ts"
Expand Down

0 comments on commit 9355407

Please sign in to comment.