Skip to content

Commit 5ba8baf

Browse files
committed
builder-3d - updated to Typescript 3, use esModuleInterop so no require(..) is needed anymore, and use tslint
1 parent 4c4d969 commit 5ba8baf

File tree

9 files changed

+2500
-1177
lines changed

9 files changed

+2500
-1177
lines changed

builder-3d/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = function (grunt) {
7272
'expand': true
7373
}
7474
},
75-
clean: { 'dist': { 'src': 'dist/**' } },
75+
clean: { 'dist': { 'src': 'dist/*' } },
7676
sass: {
7777
dist: {
7878
options: { sourceMap: true },

0 commit comments

Comments
 (0)