ci: refs #8698 Jenkins changeset #1525

Merged
alexm merged 62 commits from 8698_jenkins_e2e_onlyChanges into dev 2025-04-07 11:13:40 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 455fd72db4 - Show all commits

View File

@ -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) {