and try to compile it, I get:
node.d.ts(15,13) error TS2000: Duplicate identifier 'console'.
node.d.ts(314, 18) error TS4022: Type reference cannot refer to container '"child_process"'.
No it seems to happen with typescript 0.9. I'm not sure if the console is already declared somewhere else (lib.d.ts), I will check it. Thanks for reporting!
When I have this code:
and try to compile it, I get: node.d.ts(15,13) error TS2000: Duplicate identifier 'console'. node.d.ts(314, 18) error TS4022: Type reference cannot refer to container '"child_process"'.
Is this my fault?