testdouble / theredoc

Makes your multi-line JavaScript strings look good
80 stars 3 forks source link

Add typescript headers #3

Open Startouf opened 1 year ago

Startouf commented 1 year ago

When writing in typescript :

Could not find a declaration file for module 'theredoc'. '/Users/me/[project]/node_modules/theredoc/index.js' implicitly has an 'any' type. Try npm i --save-dev @types/theredoc if it exists or add a new declaration (.d.ts) file containing declare module 'theredoc';ts(7016)