| @@ -3,6 +3,7 @@ import express from 'express'; | ||||
| import consola from 'consola'; | ||||
| import * as jwt from 'jsonwebtoken'; | ||||
| import { createConnection } from 'typeorm'; | ||||
| import 'reflect-metadata'; | ||||
|  | ||||
| dotenvSafe.config(); | ||||
| const app = express(); | ||||
|   | ||||
| @@ -5,6 +5,8 @@ | ||||
|     "rootDir": "./src", | ||||
|     "outDir": "./build", | ||||
|     "esModuleInterop": true, | ||||
|     "strict": true | ||||
|     "strict": true, | ||||
|     "experimentalDecorators": true, | ||||
|     "emitDecoratorMetadata":true | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user