Skip to content

Commit f251742

Browse files
committed
fix(typescript): add explicit node types + skipLibCheck for tsc build
1 parent 9403ba2 commit f251742

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

typescript/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"esModuleInterop": true,
1010
"declaration": true,
1111
"sourceMap": true,
12-
"resolveJsonModule": true
12+
"resolveJsonModule": true,
13+
"types": ["node"],
14+
"skipLibCheck": true
1315
},
1416
"include": ["src/**/*"],
1517
"exclude": ["node_modules", "dist", "tests"]

0 commit comments

Comments
 (0)