UNPKG

ucbuilder

Version:

For Developing Applications with multiple form/usercontrols etc.. In Single BrowserWindow...

11 lines (9 loc) 385 B
const tsConfig = require("./tsconfig.json"); const tsConfigPaths = require("tsconfig-paths"); const baseUrl = "./"; // Either absolute or relative path. If relative it's resolved to current working directory. const cleanup = tsConfigPaths.register({ baseUrl:baseUrl, paths:tsConfig.compilerOptions.paths, }); // When path registration is no longer needed cleanup();