Add missing 'include' section

This commit is contained in:
ahocevar
2019-02-10 22:44:22 +01:00
parent 693c763710
commit dc298b8895

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.