typescript-koa-example
typescript-koa-example copied to clipboard
Initializers are not allowed in ambient contexts.
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 "*"