Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
docs(readme): add detail on base tsconfig option
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo authored Jun 1, 2017
1 parent f02f404 commit d9e075b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ Home page source at `./src/static/index.html`.
development and AOT builds use `platformBrowserDynamic().bootstrapModule()`

* Altough no actual *ngfactory* is created on disk, `tsconfig-aot,json` still
has `angularCompilerOptions.genDir` options, and that is set to the same path
has `angularCompilerOptions.genDir` option, and that is set to the same path
where all sources are stored (`./src`)

* Both *tsconfig* files simply include all TypeScript files under sources
* Both *tsconfig** files simply include all TypeScript files under sources
directory (`src/**/*.ts`)

* Both *tsconfig** files explicitly set `baseUrl` option to the empty string
(`""`)

* `ngToolsWebpack.AotPlugin.entryModule` option is set as a relative path,
without trailing `./`, without `.ts` extension, with module class name as a suffix

Expand Down

0 comments on commit d9e075b

Please sign in to comment.