Skip to content

Commit 644ae81

Browse files
committed
Add skipLibCheck. This is a standard way to avoid dependency type-definition issues and is recommended when using older TypeScript with newer @types packages.
1 parent f631ba2 commit 644ae81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"allowJs": true,
4+
"skipLibCheck": true,
45
"module": "commonjs",
56
"experimentalDecorators": true,
67
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)