A simple loader for TypeScript module alias on Node.js.
npm install ts-alias-loader




A simple loader for TypeScript module alias on Node.js.
- TypeScript v3.3.x (or newer)
- ECMAScript 2017 (or newer)
Install by NPM:
``sh`
npm i ts-alias-loader --save
See following files:
- tsconfig.json
- src/examples/doAdd.ts
- src/examples/doMinus.ts`
This library is published under Apache-2.0 license.