# How do I use the types from my NPM package in my project? All the types are stored ./src/types/* under the .d.ts extension
# @shrewd iron You don't really want to hand-write .d.ts files for your project; you write .ts files and compile them to generate the .d.ts files
# At least, assuming this is a project written in TS - if you're hand-writing types for a JS project, then yeah, maybe