Started new project with \'nest new\' command. Works fine until I add entity file to it.
Got following error:
import { Entity, Column, Primary
I changed in tsconfig.json file next:
"module": "es6"
To:
"module": "commonjs",
It helps me