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 e4216f4 commit a703003Copy full SHA for a703003
lib/config.js
@@ -18,9 +18,9 @@ module.exports = class Config {
18
this.nodeModulesConfig = options.nodeModulesConfig;
19
this.detectiveConfig = options.detective || options.detectiveConfig || {};
20
this.tsConfig = options.tsConfig;
21
+ this.tsConfigPath = options.tsConfigPath;
22
this.tsConfigPath = options.tsConfigPath
23
this.noTypeDefinitions = options.noTypeDefinitions;
-
24
this.filter = options.filter;
25
26
if (!this.filename) throw new Error('filename not given');
0 commit comments