Skip to content

Commit c2d5bb7

Browse files
shlenskyyarastqt
authored andcommitted
fix(pack): add skipLibCheck to fix @types/node compatibility
The @types/node package uses Symbol.dispose and esnext.disposable which require TypeScript 5.2+. Adding skipLibCheck allows building with TypeScript 4.9.
1 parent 0aefc4c commit c2d5bb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/pack/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"target": "ES2017",
88
"module": "CommonJS",
99
"declaration": true,
10+
"skipLibCheck": true,
1011
/* Module Resolution Options */
1112
"esModuleInterop": true,
1213
/* Strict Type-Checking Options */

0 commit comments

Comments
 (0)