TypeORM Entity in NESTJS - Cannot use import statement outside a module

后端 未结 10 1799
甜味超标
甜味超标 2020-12-03 10:01

Started new project with \'nest new\' command. Works fine until I add entity file to it.

Got following error:

import { Entity, Column, Primary

10条回答
提交回复
热议问题