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
With the version 1.0.0-rc.0 of cli, a tsconfig.json is created in the root dir. Is this intended or a bug? Also noting that there are different config json files created for app/spec/e2e respectively, which are very clear.
src/tsconfig.app.json
src/tsconfig.spec.json
e2e/tsconfig.e2e.json
ng --version output:
@angular/cli: 1.0.0-rc.0
node: 7.5.0
os: darwin x64
The text was updated successfully, but these errors were encountered:
With the version 1.0.0-rc.0 of cli, a
tsconfig.json
is created in the root dir. Is this intended or a bug? Also noting that there are different config json files created for app/spec/e2e respectively, which are very clear.ng --version
output:@angular/cli: 1.0.0-rc.0
node: 7.5.0
os: darwin x64
The text was updated successfully, but these errors were encountered: