Closed
Description
@types path resolution and importing is succeeding, but these errors occurred on Visual Studio after a few minutes.
TypeScript Version: 2.0.0 with VS2015
Severity Code Description Project File Line Suppression State
Error TS2688 Cannot find type definition file for '[
"...\\localsocket/node_modules/@types\\empower",
"...\\localsocket/node_modules/@types\\mocha",
"...\\localsocket/node_modules/@types\\power-assert",
"...\\localsocket/node_modules/@types\\power-assert-formatter"
]'. localsocket 1 Active
Error TS2688 Cannot find type definition file for '[
"...\\localsocket/node_modules/@types\\empower",
"...\\localsocket/node_modules/@types\\mocha",
"...\\localsocket/node_modules/@types\\power-assert",
"...\\localsocket/node_modules/@types\\power-assert-formatter"
]'. localsocket 1 Active
I'll share this project for repro if necessary.