Closed sachaw closed 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.
moduleResolution
NodeNext
Part of https://github.com/fullstack-build/tslog/issues/250 May be worth setting
moduleResolution
toNodeNext
(If all of your dependencies are compliant) in your tsconfig and TSC will emit errors when you are missing any file extensions.