RFC .projenrc.ts support
See original GitHub issueFor more complex projects, specially with the monorepo support, wouldn’t it be interesting to:
npx projen init typescript --types
Then generate a .projenrc.ts file instead of the .js and incorporate a check on the cli to compile on the fly if .ts file is there?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (10 by maintainers)
Top Results From Across the Web
API Reference | projen
Projenrc, Allows writing projenrc files in java. javascript.Bundler, Adds support for bundling JavaScript applications and dependencies into a single file.
Read more >Contributor's Handbook | Wing - Docs
This document describes everything you need to know to help out with the Wing ... It uses the .projenrc.ts file to generate package.json...
Read more >How to simplify project setup with Projen - Tidy Cloud AWS
Any changes come from .projenrc.js (or .projenrc.ts, if you prefer a ... tips and news to help improve your cloud skills with automation...
Read more >Page 2 | python projects free download - SourceForge
With Mopidy's extension support, you can easily add backends for new music ... Any change to projects/* or .projenrc.ts requires a synth to...
Read more >The projen from projen - Giter VIP
RFC .projenrc.ts support. For more complex projects, specially with the monorepo support, wouldn't it be interesting to: npx projen init typescript --types.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Projenrc in typescript is now supported via:
I am having seconds thoughts here. Let’s keep it in the backlog for now and see how far we can get with JavaScript.