Try to put your empleado.ts
file into assets folder and then fetch the file from there.
As, angular recommends to put all your resources in the assets folder including images/fonts/json etc and access from there.
PS: assuming this file contains your static content like dummy data etc.