This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@emirguvenni/tspaths
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

TS-Paths

Replace absolute paths to relative paths after typescript compilation (tsc) during compile-time.

npm version License

Getting Started

First, install tspaths as devDependency using npm or yarn.

npm install --save-dev @emirguvenni/tspaths

or

yarn add -D @emirguvenni/tspaths

Add it to your build scripts in package.json

"scripts": {
  "build": "tsc -p tsconfig.json && tspaths",
}

Then run the build script in the same directory as your tsconfig.json.

Disclaimer !!!!!

This is an update fork since this project was abandoned. The original project is tscpaths.

/@emirguvenni/tspaths/

    Package Sidebar

    Install

    npm i @emirguvenni/tspaths

    Weekly Downloads

    3

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    42.6 kB

    Total Files

    26

    Last publish

    Collaborators

    • emirguvenni