8 lines
262 B
Text
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
|
|
}
|