@koz1024/path-fixer
v0.2.1
Published
Internal library to resolve paths in the TypeScript project (add extensions in imports with ES module system)
Downloads
56
Readme
Path fixer
"compilerOptions": {
"module": "es2020",
"target": "es2020"
}
– and imports do not work?
Install:
npm i --save-dev @koz1024/path-fixer
and run:
npx path-fixer
npx path-fixer -c tsconfig.json # to specify tsconfig file
npx path-fixer -d path/to/build # to specify build directory