Skip to content

Commit 44d5f2e

Browse files
authored
Merge pull request #669 from pipedrive/GRAL-5406
GRAL-5406 skipLibCheck during TS compile
2 parents 40521f4 + b6d528a commit 44d5f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"target": "ES6",
77
"declaration": true,
88
"esModuleInterop": true,
9-
"moduleResolution": "node16"
9+
"moduleResolution": "node16",
10+
"skipLibCheck": true
1011
},
1112
"include": ["src/**/*"]
1213
}

0 commit comments

Comments
 (0)