Summary
Been slowly iterating on the init CLI, including recommendations around what our TypeScript template should include in tsconfig.json and other scaffolding related items.
Given the current documentation, I think we should do the following
- Add target to minimum tsconfig.json recommendation
- Separate recommended settings into their own bullet to include
verbatimModuleSyntax
Additional Details
Should also update the reference repo - https://github.com/thescientist13/greenwood-template-ts
Greenwood Issue
No response
Summary
Been slowly iterating on the init CLI, including recommendations around what our TypeScript template should include in tsconfig.json and other scaffolding related items.
target- enhancement/set minimum init TypeScripttargetcompiler setting in tsconfig.json greenwood#1516verbatimModuleSyntax- enhancement/issue 1518 split side effect from CLI entry point to dedicated bin file greenwood#1520verbatimModuleSyntax: truein init tsconfig.json greenwood#1557libsetting - enhancement/add recommended lib compiler setting to init template TypeScript scaffolding greenwood#1528checkscript - enhancement/add type checking script to init TypeScript template scaffolding greenwood#1529Given the current documentation, I think we should do the following
verbatimModuleSyntaxAdditional Details
Should also update the reference repo - https://github.com/thescientist13/greenwood-template-ts
Greenwood Issue
No response