consttsConfig = require('./tsconfig.json');
consttsConfigPaths = require('tsconfig-paths');
constbaseUrl = './dist'; // Either absolute or relative path. If relative it's resolved to current working directory.
tsConfigPaths.register({
baseUrl,
paths: tsConfig.compilerOptions.paths,
});