Closed romainmenke closed 1 month ago
.d.ts files need to exist next to .js files for them to be auto detected by Typescript.
.d.ts
.js
Placing type files in their own directory only works when there is only a single types file or when using exports.
exports
.d.ts
files need to exist next to.js
files for them to be auto detected by Typescript.Placing type files in their own directory only works when there is only a single types file or when using
exports
.