Skip to content

Commit a8cfa67

Browse files
committed
moving some typings around
1 parent 1324d24 commit a8cfa67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/gulp/tasks/components.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ import gulpMerge = require('merge2');
44

55
import {srcDir, DIST_COMPONENTS_ROOT, PROJECT_ROOT} from '../constants';
66
import {sassBuildTask, tsBuildTask, execTask, copyTask} from '../task_helpers';
7+
8+
// No typings for this.
79
const inlineResources = require('../../../scripts/release/inline-resources');
810

911
const componentsDir = path.join(srcDir, 'lib');

0 commit comments

Comments
 (0)