Skip to content

Commit

Permalink
Remove skip library check to reproduce issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Aug 17, 2022
1 parent 483910c commit 3431027
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tsc43/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
"module": "esnext",
"skipLibCheck": true,
"removeComments": false,
"noImplicitReturns": true,
"emitDecoratorMetadata": true,
Expand Down
1 change: 0 additions & 1 deletion tsc44/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
"module": "esnext",
"skipLibCheck": true,
"removeComments": false,
"noImplicitReturns": true,
"emitDecoratorMetadata": true,
Expand Down
1 change: 0 additions & 1 deletion tsc47/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"compileOnSave": false,
"compilerOptions": {
"module": "esnext",
"skipLibCheck": true,
"removeComments": false,
"noImplicitReturns": true,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit 3431027

Please sign in to comment.