We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b259d4 commit 1fec36dCopy full SHA for 1fec36d
src/tsconfig-loader.ts
@@ -131,7 +131,7 @@ export function loadTsconfig(
131
132
// baseUrl should be interpreted as relative to the base tsconfig,
133
// but we need to update it so it is relative to the original tsconfig being loaded
134
- if (base && base.compilerOptions && base.compilerOptions.baseUrl) {
+ if (base.compilerOptions && base.compilerOptions.baseUrl) {
135
const extendsDir = path.dirname(extendedConfig);
136
base.compilerOptions.baseUrl = path.join(
137
extendsDir,
0 commit comments