Skip to content

Commit

Permalink
add skipLibCheck to tsconfigs for type generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gprzybylowicz committed Jul 21, 2021
1 parent 07a3728 commit 5614e16
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion bundles/all-3.8/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion bundles/all-4.0/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion bundles/pixi-spine/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion packages/loader-3.8/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion packages/loader-4.0/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion packages/loader-base/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down
3 changes: 2 additions & 1 deletion packages/loader-uni/tsconfig-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"outDir": "compile",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"skipLibCheck": true
},
"include": [
"src/*.ts"
Expand Down

0 comments on commit 5614e16

Please sign in to comment.