From 922e1c10010cd6e6fbb55ecb5da62f0014b395c4 Mon Sep 17 00:00:00 2001 From: Rafael Zanetti Huerta <30898193+rzanettih@users.noreply.github.com> Date: Fri, 19 Apr 2019 16:04:40 -0400 Subject: [PATCH] Update README.md I've found problems on compiling my project therefore I just added the code that solved the situation for me. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b4c98b..e6ba875 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ If you have set the `include` or `exclude` option in your `tsconfig.json`, you n { // ... other options "include": [ + "src/**/*.ts", + "node_modules/angular-select2-component/src/*.ts", "node_modules/angular-select2-component/index.ts" ] }