build with tsconfig-paths

The solution for “build with tsconfig-paths” can be found here. The following code will assist you in solving the problem.

{
“scripts”: {
“start”: “node -r tsconfig-paths/register -r ts-node
./src/index/ts”,
“build”: “tsc –project tsconfig.json && tscpaths -p
tsconfig.json -s ./src -o ./dist”
}
}

Thank you for using DeclareCode; We hope you were able to resolve the issue.

More questions on [categories-list]

0
inline scripts encapsulated in