0.2.2 • Published 2 months ago

farm-plugin-tspaths v0.2.2

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

farm-plugin-tspaths

Support for TypeScript's path mapping in Farm

This project is still under development, please do not use it in a production environment.

Installation

To install this package, run the following command:

npm install -D farm-plugin-tspaths

Usage

To use this package, simply import it in your TypeScript files:

//farm.config.ts
import tsPathPlugin from 'farm-plugin-tspaths'

export default defineConfig({
  plugins: [...otherPlugins, tsPathPlugin()],
})

This will enable path mapping in your Farm project.

Contributing

Contributions are welcome! Please submit a pull request or open an issue if you encounter any problems.

License

This package is licensed under the MIT License. See the LICENSE file for details.

0.2.2

2 months ago

0.2.1

2 months ago

0.1.0

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.1

10 months ago