Skip to content

Commit a703003

Browse files
XhmikosRjjangga0214
authored andcommitted
Update Config.js
1 parent e4216f4 commit a703003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ module.exports = class Config {
1818
this.nodeModulesConfig = options.nodeModulesConfig;
1919
this.detectiveConfig = options.detective || options.detectiveConfig || {};
2020
this.tsConfig = options.tsConfig;
21+
this.tsConfigPath = options.tsConfigPath;
2122
this.tsConfigPath = options.tsConfigPath
2223
this.noTypeDefinitions = options.noTypeDefinitions;
23-
2424
this.filter = options.filter;
2525

2626
if (!this.filename) throw new Error('filename not given');

0 commit comments

Comments
 (0)