- Notifications
You must be signed in to change notification settings - Fork 32
Document use with TypeScript #205
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestpriority:high
Milestone
Description
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestpriority:high
The code-input.js+ESM documentation doesn't make it self-explanatory. I tried using vanilla TypeScript and it initially complained until both
moduleandmoduleResolutionwere set tonodeNext.Not caused by code-input.js but potentially experienced when using it,
yarnpkgwith Plug'n'Play enabled does not create thenode_modules/directory thattscrequires.https://github.com/WebCoder49/code-input-for-typescript is a slightly outdated but still usable example (without ESM).