Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
Add main module to typings file
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Jun 6, 2016
1 parent 6a8e792 commit f3d16c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
module.exports = function (grunt) {
require('grunt-dojo2').initConfig(grunt);
require('grunt-dojo2').initConfig(grunt, {
dtsGenerator: {
options: {
main: 'dojo-compose/main'
}
}
});
};

0 comments on commit f3d16c5

Please sign in to comment.