0.1.7 • Published 3 years ago

craco-plugin-ts-paths v0.1.7

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

A plugin for craco to add paths specified in tsconfig.json file

Instalation

npm install craco-plugin-ts-paths

Usage

An example for usage can be seen here

in your carco config import the following function

const {createTypescriptPathsPlugin} = require('craco-plugin-ts-paths')

and then add the plugin in the plugins section with

plugins: [
    ...
    createTypescriptPathsPlugin(path_to_tsconfig_file),
    ...
]
0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago