dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.82k stars 104 forks source link

Add file extenstion to typings property value #151

Closed dangrussell closed 3 years ago

dangrussell commented 3 years ago

TypeScript requires the file extension be specified in typings / types property. https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html

jonaskello commented 3 years ago

Thanks!