Closed
Description
Hey all,
Maybe this has been raised before but its something I would really like to see supported in TS. Basically I would like the ability to support referencing TS files using patterns. For example
This
/// <reference path="../../helpers/promiseHelper.ts" />
/// <reference path="../../helpers/loggingHelper.ts" />
could be
/// <reference path="../../helpers/*Helper.ts" />
or folder patterns
/// <reference path="/app/specs/**/*.ts" />
Thoughts?