UNPKG
navidev-abap-gw-api
Version:
latest (0.1.7)
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.5
0.0.4
API para la extracción de datos de servicios SAP GW
navidev-abap-gw-api
/
tsconfig-path.js
7 lines
(6 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
tsConfigPaths
=
require
(
"tsconfig-paths"
);
const
tsConfig
=
require
(
"./tsconfig.json"
); tsConfigPaths.
register
({
baseUrl
: tsConfig.compilerOptions.outDir,
paths
: tsConfig.compilerOptions.paths, });