di-ts
di-ts copied to clipboard
Dependency injection for TypeScript
Hi! I cannot add the this repo on my Deno project using NPM. Does not work neither of these 2 options: - `import diTs from 'npm:[email protected]';` - `import diTs from...
Hello! Thank you for this module! However, I've tried to use it with TypeScript 2.2.1 and it appears completely broken. Is it still maintained? If not, are there any alternatives?...
After upgrading to 1.7 I'm getting the following error message when importing: `...node_modules/di-ts/index.ts(2,1): error TS2654: Exported external package typings file cannot contain tripleslash references. Please contact the package author to...