-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersproposalgeneral proposalgeneral proposal
Milestone
Description
General Proposal
Our code-generator
require randoms.config.json
to read the config provided by the user.
But there is no code intelligence for that I propose to have a JS
file instead of a JSON
file we can use TS type annotation
comment to enable code intelligence.
Example
export type from our package
export default interface ConfigType { /* Config Type */}
randoms.config.js
will looks like
/** @type {import('package').ConfigType} */
module.exports = { /* config */ }
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersproposalgeneral proposalgeneral proposal
Type
Projects
Status
Todo