Skip to content

Commit

Permalink
testing: set skipLibCheck to false for ts install test (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored Mar 11, 2019
1 parent 84c1957 commit e7e4c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/fixtures/sample/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": ".",
"outDir": "build",
"types": ["node"],
"skipLibCheck": true,
"skipLibCheck": false,
},
"include": [
"src/*.ts"
Expand Down

0 comments on commit e7e4c5c

Please sign in to comment.