1.0.3 • Published 5 years ago

gulp-ts-path-alias v1.0.3

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

gulp-ts-path-alias

https://gist.github.com/azarus/f369ee2ab0283ba0793b0ccf0e9ec590

Usage

npm install --save-dev gulp-ts-path-alias

Then, add it to your gulpfile.js:

Simple

var alias = require('gulp-ts-path-alias');

gulp.task('test', function(){
  gulp.src(['./src/**/*.js'])
    .pipe(alias('.', {
      "@/*": ["app/*"]
    }))
    .pipe(gulp.dest('dist'));
});
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago