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 28ccd5d commit ffa769aCopy full SHA for ffa769a
lib/config.js
@@ -31,7 +31,7 @@ module.exports = class Config {
31
const ts = require('typescript');
32
const tsParsedConfig = ts.readJsonConfigFile(this.tsConfig, ts.sys.readFile);
33
const obj = ts.parseJsonSourceFileConfigFileContent(tsParsedConfig, ts.sys, path.dirname(this.tsConfig));
34
- this.tsConfigPath = this.tsConfigPath || this.tsConfig;
+ this.tsConfigPath ||= this.tsConfig;
35
this.tsConfig = obj.raw;
36
}
37
0 commit comments