I developed a library, which also contains TypeScript files, in Visual Studio 2013. The files are compiling correctly to JS files (AMD).
What I want is to create a single declaration file for this lib, but this does not work:
tsc --declaration --module AMD --out out.d.ts [files.ts]
Can someone please lead me to the right path?
TypeScript 0.9.1.1 is used.