Skip to content

Commit 3431027

Browse files
committed
Remove skip library check to reproduce issue
See apache/cordova-plugin-file#500
1 parent 483910c commit 3431027

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tsc43/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compileOnSave": false,
33
"compilerOptions": {
44
"module": "esnext",
5-
"skipLibCheck": true,
65
"removeComments": false,
76
"noImplicitReturns": true,
87
"emitDecoratorMetadata": true,

tsc44/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compileOnSave": false,
33
"compilerOptions": {
44
"module": "esnext",
5-
"skipLibCheck": true,
65
"removeComments": false,
76
"noImplicitReturns": true,
87
"emitDecoratorMetadata": true,

tsc47/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"compileOnSave": false,
33
"compilerOptions": {
44
"module": "esnext",
5-
"skipLibCheck": true,
65
"removeComments": false,
76
"noImplicitReturns": true,
87
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)