Rajashree

Results 2 comments of Rajashree

I'm getting the same error while running ng-test, even though I have added in tsconfig file. { "compileOnSave": false, "compilerOptions": { "module": "commonjs", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "moduleResolution":...

The above error was actually my issue. I solved it by correcting the utils.ts path in tsconfig.spec.json file. "../node_modules/json-typescript-mapper/libs/utils.ts" (I missed ../ before).