Skip to content

Commit

Permalink
Fix build by skipping libs ts check
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas2D committed Nov 28, 2020
1 parent 93ba636 commit 7f3e22f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"outDir": "./dist",
"rootDir": "./src",
"baseUrl": "./",
"noLib": false
"noLib": false,
"skipLibCheck": true
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
Expand Down

0 comments on commit 7f3e22f

Please sign in to comment.