From dc298b8895532c7e76690497772f581b063b5eca Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 10 Feb 2019 22:44:22 +0100 Subject: [PATCH] Add missing 'include' section --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 326ad37830..5b55c64861 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,11 @@ The `ol` package contains a `src/` folder with JSDoc annotated sources. TypeScri "ol": ["node_modules/ol/src"], "ol/*": ["node_modules/ol/src/*"] } - } + }, + "include": [ + "**/*.js", + "node_modules/ol/**/*.js" + ] } ``` Project template with this configuration: https://gist.github.com/9a7253cb4712e8bf38d75d8ac898e36c.