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 48fd753 commit 9abebefCopy full SHA for 9abebef
lib/config.js
@@ -19,7 +19,6 @@ module.exports = class Config {
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
0 commit comments