You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to not have to repeat custom tsconfig paths in tsconfig.json and tsconfig.app.json?
ng test is using compilerOptions.paths where const { compilerOptions } = require('./tsconfig'); in jest.config.ts forcing tsconfig.json to have a paths defined here.
npm start errors if paths is not defined in tsconfig.app.json