Skip to content

Commit 615b0ee

Browse files
committed
Support for different CWD and multi imports.
- Fixed resolving paths with different working directory than `tsconfig.json` (Use the new `cwd` option) - Fixed support for multiple imports per line
1 parent 7bd0d65 commit 615b0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-ts-alias",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Use Gulp to resolve Typescript path aliases during compilation.",
55
"main": "./lib/index.js",
66
"types": "./typings/index.d.ts",

0 commit comments

Comments
 (0)