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 has been archived by the owner on May 8, 2024. It is now read-only.
I managed to install and overwrite every file with tsd-cli without any problem, but after I register a tsd task to project gruntfile and took this error because schema pattern properties does not allow us to inner files as its pattern regex is
"^[\\w\\.-]+\\/[\\w\\.-]+\\.d\\.ts$"
so installing some package (cordova in my situation) which contains some other folders in its (plugins folder in this case) cannot be installed via grunt-tsd
The text was updated successfully, but these errors were encountered:
Cool, I'll try to publish a temporary solution asap (days).
If you need it sooner you can fork grunt-tsd and change the package.json to have TSD point to the same semver as your globally install TSD 0.6, then link your project to your grunt-tsd fork using a git url instead of the semver.
I managed to install and overwrite every file with tsd-cli without any problem, but after I register a tsd task to project gruntfile and took this error because schema pattern properties does not allow us to inner files as its pattern regex is
so installing some package (cordova in my situation) which contains some other folders in its (plugins folder in this case) cannot be installed via grunt-tsd
The text was updated successfully, but these errors were encountered: