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
Provide a concise description of your bug and your project link (if applicable).
When compilerOptions.paths is provided in tsconfig.json, the app cannot compile, it loads forever.
I added "paths" under compilerOptions and compiling is stuck on "Starting dev server":
in tsconfig.json I have (under compilerOptions);
baseUrl": "./src",
"paths": {
"@appCommons/*" : ["app/commons/*"]
}
in FILES I have:
src
app
commons
util-validator.ts
Then in a component:
import UtilValidator from "@appCommons/util-validator
Description of Bug
Provide a concise description of your bug and your project link (if applicable).
When
compilerOptions.paths
is provided intsconfig.json
, the app cannot compile, it loads forever.Not sure if this is an Angular specific issue.
Steps to Reproduce
paths
from tsconfig.json, and reload the page.Expected Behavior
App compiles.
Screenshots/Screencast
The text was updated successfully, but these errors were encountered: