Closed GHNewbiee closed 4 years ago
When reboost.js lies in the root dir the open: true option is accepted without complain.
reboost.js
open: true
But when reboost.js lies in a dir like ./.config/reboost/ then open: true option is NOT accepted. See photo below.
./.config/reboost/
I think the problem is with the Typescript declaration files. Don't worry, I will fix it soon.
Fixed in the latest version. Just update it.
When
reboost.js
lies in the root dir theopen: true
option is accepted without complain.But when
reboost.js
lies in a dir like./.config/reboost/
thenopen: true
option is NOT accepted. See photo below.