Closed GHNewbiee closed 4 years ago
In your content server config file, add type
JSDoc comment before module.exports
. Your config file should now look like this
/** @type import('reboost').ReboostConfig['contentServer'] */
module.exports = {
// Your options
}
It's happening because you are using TypeScript type checking with JavaScript files
contentServer
gives an error, either writing:or
See photo below.