Open pinxue opened 2 years ago
environment: nodejs is added into .hegelrc
environment: nodejs
3 | const asserts = require("assert"); > 4 | const assert = asserts.strict; | ^^^^^^^^^^^^^^ Property "strict" does not exist in "unknown"
It seems @hegel/typings/assert.d.ts provided the type info but not applied.
environment: nodejs
is added into .hegelrcIt seems @hegel/typings/assert.d.ts provided the type info but not applied.