ci: refs #8698 Jenkins changeset #1525
|
@ -1,6 +1,7 @@
|
|||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
const rootDir = process.cwd();
|
||||
import config from '../../../../jsconfig.json' with { type: 'json' };
|
||||
const config = JSON.parse(fs.readFileSync('jsconfig.json', 'utf-8'));
|
||||
const { paths, baseUrl } = config.compilerOptions;
|
||||
|
||||
function resolveImportPath(importPath, fileBase) {
|
||||
|
|
Loading…
Reference in New Issue