Skip to content

Commit f972fcf

Browse files
committed
Adds skipLibCheck to tsconfig
1 parent 751b2de commit f972fcf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"noEmitOnError": true,
1111
"experimentalDecorators": true,
1212
"useDefineForClassFields": false,
13-
"moduleResolution": "Node"
13+
"moduleResolution": "Node",
14+
"skipLibCheck": true
1415
},
1516
"exclude": ["dist/", "tools/"]
1617
}

0 commit comments

Comments
 (0)