Closed
Description
TypeScript Version: 2.6.0-dev.20171018
Code
tsc --lib ES2017 .\packages\myapp-database\index.ts
Expected behavior:
Inbuilt types work.
Actual behavior:
node_modules/@types/node/index.d.ts(48,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'process' must be of type 'any', but here has type 'Process'.
A user here is having the same issue, however TS folk asked this to be filed seperately: #9725 (comment)