Skip to content

Commit

Permalink
add skipLibCheck to fix error TS 2693
Browse files Browse the repository at this point in the history
  • Loading branch information
openhoat committed Jun 3, 2018
1 parent d79005d commit 6b75a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/private-map/tsconfig.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ compilerOptions:
inlineSourceMap: true
removeComments: true
strictNullChecks: true
skipLibCheck: true
typeRoots:
- node_modules/@types
- '{{ typesDir }}'
Expand Down
1 change: 1 addition & 0 deletions packages/test-helper/tsconfig.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ compilerOptions:
inlineSourceMap: true
removeComments: true
strictNullChecks: true
skipLibCheck: true
typeRoots:
- node_modules/@types
- '{{ typesDir }}'
Expand Down

0 comments on commit 6b75a65

Please sign in to comment.