Skip to content

Commit 55f0777

Browse files
author
Adetunji Oyebanji
committed
CURATE-584: Added skiplibCheck for the google.map namepsace issue
1 parent 354148e commit 55f0777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.base.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"module": "es2020",
2121
"lib": ["es2018", "dom"],
2222
"useDefineForClassFields": false,
23-
"rootDir": "."
23+
"rootDir": ".",
24+
"skipLibCheck": true
2425
},
2526
"angularCompilerOptions": {
2627
"enableI18nLegacyMessageIdFormat": false,

0 commit comments

Comments
 (0)