Closed neilrackett closed 5 years ago
The new .npmignore file prevents the examples folder being downloaded via NPM, which can otherwise cause compile errors when the host project uses incompatible tsconfig.json settings, e.g. "noImplicitAny":true.
.npmignore
examples
tsconfig.json
"noImplicitAny":true
The new
.npmignore
file prevents theexamples
folder being downloaded via NPM, which can otherwise cause compile errors when the host project uses incompatibletsconfig.json
settings, e.g."noImplicitAny":true
.