make typescript compiling option in-sync - skipLibCheck and types
Closed this issue · 0 comments
le-cong commented
skipLibCheck is set to true in compile.ts
, but it is set to false
in tsconfig.json
;
another related inconsistency is "types": ["node"]
.