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

Example how to use Koa and TypeORM with TypeScript.

Results 2 typescript-koa-example issues
Sort by recently updated
recently updated
newest added

it seems like '@type/node' 's grammar is wrong!

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;...