mirror of
https://github.com/google/blockly.git
synced 2026-01-08 09:30:06 +01:00
Add typings modules to match UMD modules. (#3821)
* Add typings modules to match UMD modules.
This commit is contained in:
@@ -365,7 +365,7 @@ function packageReadme() {
|
||||
* The bundled declaration file is referenced in package.json in the types property.
|
||||
*/
|
||||
function packageDTS() {
|
||||
return gulp.src('./typings/blockly.d.ts')
|
||||
return gulp.src(['./typings/*.d.ts', './typings/msg/*.d.ts'], {base: './typings'})
|
||||
.pipe(gulp.dest(`${packageDistribution}`));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user