You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
In tsconfig.json i set the entry point of my app. As i set files property i shouldn't set exclude property as it is written in TS docs. Also, VS Code doesn't work correctly if tsconfig.json has both options. So, when i run tsc everything works ok. When i run it in webpack i see a warning message that i should set exclude property when resolveGlobs is true. I set it to false but then the built becomes corrupted. Everything works correct with resolveGlobs: true but this warning is annoying.
In
tsconfig.json
i set the entry point of my app. As i set files property i shouldn't set exclude property as it is written in TS docs. Also, VS Code doesn't work correctly iftsconfig.json
has both options. So, when i runtsc
everything works ok. When i run it in webpack i see a warning message that i should set exclude property whenresolveGlobs
is true. I set it to false but then the built becomes corrupted. Everything works correct withresolveGlobs: true
but this warning is annoying.tsconfig.json
webpack.config.js
The text was updated successfully, but these errors were encountered: