Skip to content

Commit f215392

Browse files
committed
Add skipLibCheck to tsconfig.
1 parent 406ba7d commit f215392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.base.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"declaration": true,
1010
"sourceMap": true,
1111
"declarationMap": true,
12-
"types": []
12+
"types": [],
13+
"skipLibCheck": true
1314
}
14-
}
15+
}

0 commit comments

Comments
 (0)