Matej Novotny

Results 3 comments of Matej Novotny

Thanks for the reply. Here are my findings: - `tsc` compilation with `tsconfig.json` also works OK. I've tried putting `consumer.ts` to `files[ ]` and ran `tsc` with the `-p` option....

The following locations for the ambient declaration were tried and with no success - ./node_modules/@types/mymodule/index.d.ts - ./node_modules/@types/mymodule.d.ts Again, when I tried to keep the file in both of these locations...

Well, thanks for your effort anyway.