linstrom/frontend-reactive/.ember-cli
mStar c572066571 progress
server is launchable and passkey support works
2024-09-27 16:53:22 +02:00

8 lines
262 B
Text

{
/**
Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
*/
"isTypeScriptProject": true,
"pnpm": true
}