Skip to content

Instantly share code, notes, and snippets.

@rochapablo
rochapablo / README.md
Last active June 14, 2018 07:50 — forked from azarus/gulptask.js
Gulp Task to transform Typescript path imports into relative paths using the tsconfig

from this

import Head from '~components/Commons/Head';
require('~images/test.jpg')

to this