stencil icon indicating copy to clipboard operation
stencil copied to clipboard

#1843 partially fix excludeSrc/includeSrc problem

Open LeeBurton opened this issue 4 years ago • 0 comments

Partially fixes #1843. src/compiler/config/validate-config.ts displays error:

"excludeSrc" is deprecated, use the "exclude" option in tsconfig.json

but tslinting in editor still expects "includeSrc". I guess tthat since these were deprecated, the new values should also have been added... (as was already done with "setupFilesAfterEnv")?

It still, however, appears to include excluded files in the "dist" folder.

LeeBurton avatar May 05 '20 17:05 LeeBurton