2024-08-22 17:57:53 +00:00
|
|
|
{
|
|
|
|
/**
|
|
|
|
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.
|
|
|
|
*/
|
2024-09-27 14:53:22 +00:00
|
|
|
"isTypeScriptProject": true,
|
|
|
|
"pnpm": true
|
2024-08-22 17:57:53 +00:00
|
|
|
}
|