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

fix: ormconfig pointing at js files instead of ts

Open chorsnell opened this issue 4 years ago • 0 comments

The entities / subscribers / migrations properties in the ormconfig.json file are pointing at *.js files, which was resulting in a EntityMetadataNotFound: error.

Changing to look for the correct file types fixes the error

chorsnell avatar Apr 07 '20 14:04 chorsnell