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 7ded022 commit 44221beCopy full SHA for 44221be
rescript
@@ -40,7 +40,7 @@ if (!fs.existsSync(resConfigFile)) {
40
var genTypeFileExtension = undefined;
41
42
if (fs.existsSync(resConfigFile)) {
43
- var genTypeConfig = require(bsConfigFile).gentypeconfig
+ var genTypeConfig = require(resConfigFile).gentypeconfig
44
if (genTypeConfig) {
45
genTypeFileExtension = genTypeConfig.generatedFileExtension
46
}
0 commit comments