Hey, folks! I’m trying to create a new Meteor app using the CLI commands as documented.
Problem is, I am unable to get --typescript
and --svelte
to work together?
If I put the Svelte tag first, I get a regular JS project which uses Svelte as the front-end, but if I put the TypeScript tag first, I end up with a TS-powered React project.
Am I doing something wrong? Is this a bug? Would I need to create a Svelte project then add TypeScript to it after the folder is generated?