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 Jun 14, 2020. It is now read-only.
There is an issue with the way that gulp-typescript (the plugin used within the scripts-typescript gulp task) handles the 'rootDir' property, which is inconsistent with tsc.
To solve this, for now, we've added a /// reference to the main.d.ts typings file to ensure that typings are taken into account when transpiling via gulp-typescript.
The final solution might come via the following issues and might require a new release of this project
There is an issue with the way that gulp-typescript (the plugin used within the scripts-typescript gulp task) handles the 'rootDir' property, which is inconsistent with tsc.
To solve this, for now, we've added a /// reference to the main.d.ts typings file to ensure that typings are taken into account when transpiling via gulp-typescript.
The final solution might come via the following issues and might require a new release of this project
The text was updated successfully, but these errors were encountered: