Skip to content

Commit f263d0a

Browse files
authored
Add skipLibCheck to tsconfig.json to fix @types/ws TS compatibility
1 parent a056e81 commit f263d0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"module": "esnext",
44
"target": "es2017",
55
"strict": true,
6+
"skipLibCheck": true,
67
"declaration": true,
78
"outDir": "dist",
89
"removeComments": true

0 commit comments

Comments
 (0)