1.0.4 • Published 2 years ago

@emirguvenni/tspaths v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.2

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago