diff --git a/lib/index.js b/lib/index.js index 0bb7cca..f3ddbb3 100644 --- a/lib/index.js +++ b/lib/index.js @@ -137,6 +137,9 @@ module.exports = { './tasks/config/sync.js': { template: 'tasks/config/sync.js' }, + './tasks/config/typescript.js': { + template: 'tasks/config/typescript.js' + }, './tasks/config/mochaTest.js': { template: 'tasks/config/mochaTest.js' }, @@ -182,4 +185,4 @@ module.exports = { template: 'tasks/register/syncAssets.js' } } -}; \ No newline at end of file +};