Merge pull request #9204 from ahocevar/intellisense-notes-addendum

Add missing 'include' section
This commit is contained in:
Andreas Hocevar
2019-02-10 22:50:32 +01:00
committed by GitHub

View File

@@ -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.