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
with this folder structure, glob pattern api/{*.{js,ts},!(doc)/**/*.{js,ts}} should watch every js,ts files under api/ except in api/doc folder.
but instead of doing that, it only watches api/*.js, api/*.ts files
folder structure
with this folder structure, glob pattern
api/{*.{js,ts},!(doc)/**/*.{js,ts}}
should watch every js,ts files under api/ except in api/doc folder.but instead of doing that, it only watches
api/*.js, api/*.ts
filestest result Link here
The text was updated successfully, but these errors were encountered: