issues
search
transitive-bullshit
/
check-links
Robustly checks an array of URLs for liveness. Extremely fast ⚡
MIT License
334
stars
10
forks
source link
types: generate types with ts node16 module resolution
#26
Open
ChristianMurphy
opened
1 year ago
ChristianMurphy
commented
1 year ago
This:
upgrades the locked typescript version to 4.9
adds
@types/node
so
skipLibCheck
is no longer needed
adds
"module": "node16"
which more accurately reflects how node natively handles ESM (
https://www.typescriptlang.org/docs/handbook/esm-node.html
)
This:
@types/node
soskipLibCheck
is no longer needed"module": "node16"
which more accurately reflects how node natively handles ESM (https://www.typescriptlang.org/docs/handbook/esm-node.html)