You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error TS7022: '__importDefault' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
#883
Closed
chadarsenault opened this issue
Sep 9, 2019
· 5 comments
I receive this error only while running ts-node as the loader, but not while compiling with typescript directly. I've attached the contents of my project's root\api dir, C:\www\node-framework\api for inspection. The only two files currently being touched by typescript should be C:\www\node-framework\api\src\framework.ts and C:\www\node-framework\api\src\app.ts
OS: Windows 10 64
Environment: node v10.14.2, ts-node v8.3.0, typescript v3.6.2
I receive this error only while running ts-node as the loader, but not while compiling with typescript directly. I've attached the contents of my project's root\api dir,
C:\www\node-framework\api
for inspection. The only two files currently being touched by typescript should beC:\www\node-framework\api\src\framework.ts
andC:\www\node-framework\api\src\app.ts
Full error:
The text was updated successfully, but these errors were encountered: