Angular-cli: what's the purpose to scaffold a tsconfig.json in the root dir?

Created on 28 Feb 2017  路  2Comments  路  Source: angular/angular-cli

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

Most helpful comment

You can find some more information about the multiple tsconfigs in https://github.com/angular/angular-cli/pull/4924 and https://github.com/angular/angular-cli/wiki/stories-rc.0-update#one-tsconfig-per-app

All 2 comments

You can find some more information about the multiple tsconfigs in https://github.com/angular/angular-cli/pull/4924 and https://github.com/angular/angular-cli/wiki/stories-rc.0-update#one-tsconfig-per-app

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

_This action has been performed automatically by a bot._

Was this page helpful?
0 / 5 - 0 ratings