typescript-koa-example icon indicating copy to clipboard operation
typescript-koa-example copied to clipboard

Initializers are not allowed in ambient contexts.

Open aodhgan opened this issue 5 years ago • 0 comments

npm start gives the error:

[email protected] start /Users/agleeson/typescript-koa-example tsc && node src/index.js

node_modules/typeorm/connection/Connection.d.ts:40:28 - error TS1039: Initializers are not allowed in ambient contexts.

40 readonly isConnected = false; ~~~~~

This persists by updating the typescript dependency to "*"

aodhgan avatar Apr 15 '19 22:04 aodhgan