This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tsconfig): add "exclude" property to aot config (#120)
The "exclude" property isn't properly inherited from the base configuration ("tsconfig.json") so we need to explicitly specify it. This caused the angular compiler to try to parse the `platforms` folder and eventually fail. fixes #101
- Loading branch information