From 5310ac7d8eb1838a6297117bc7f9fca70291f46a Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sun, 3 Jan 2016 17:17:48 -0800 Subject: initial commit --- tools/utils.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/utils.ts (limited to 'tools/utils.ts') diff --git a/tools/utils.ts b/tools/utils.ts new file mode 100644 index 0000000..81e3bb2 --- /dev/null +++ b/tools/utils.ts @@ -0,0 +1,11 @@ +export * from './utils/template-injectables'; +export * from './utils/template-locals'; +export * from './utils/server'; +export * from './utils/tasks_tools'; + + +export function tsProjectFn(plugins) { + return plugins.typescript.createProject('tsconfig.json', { + typescript: require('typescript') + }); +} -- cgit v1.2.3