Getting Started
- Starting a TypeORM Project
Starting a TypeORM Project
Start a project with this command:
npx typeorm init --name MyProject --database postgres
Settings to amend in tsconfig.json
:
"experimentalDecorators": true
"emitDecoratorMetadata": true
"strictPropertyInitialization": false