ah i see it make sense.
when importing, is there any way to configure the default workspace template to Blank Repl or smh, not TypeScript?
the TypeScript workspace template keeps adding a compile option to my .replit and errors because of it. even it’s not needed.
i have to import it several times for some reason and changing it to Blank Repl everytime is kinda annoying.
Before you click Import there should be a Language dropdown. If it defaults to TypeScript, change it to Blank Repl and it should work. Here’s a screenshot:
Change the dropdown above to Blank Repl, which should be the first option.
^ i know. i mean, is there any way to configure that to default select Blank Repl when importing?
also the auto language detection is kinda absurd sometimes because it’s based on the project’s language usage. so the .replit config should be able to specify which language/library/framework Repl template to use.
There is no .replit config in your GitHub repository, so it can’t specify until you import and select the language. Also it’s not that hard to just change the dropdown to Blank Repl.