fullstack-build / tslog

📝 tslog - Universal Logger for TypeScript and JavaScript
https://tslog.js.org
MIT License
1.35k stars 63 forks source link

Fix missing import extension #255

Closed sachaw closed 1 year ago

sachaw commented 1 year ago

Part of https://github.com/fullstack-build/tslog/issues/250 May be worth setting moduleResolution to NodeNext (If all of your dependencies are compliant) in your tsconfig and TSC will emit errors when you are missing any file extensions.