{ /** 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": <%= typescript ? 'true' : 'false' %>, /** Setting `componentAuthoringFormat` to "strict" will force the blueprint generators to generate GJS or GTS files for the component and the component rendering test. "strict" is the default. */ "componentAuthoringFormat": <%= strict ? '"strict"' : '"loose"' %>, /** Setting `routeAuthoringFormat` to "strict" will force the blueprint generators to generate GJS or GTS templates for routes. "strict" is the default */ "routeAuthoringFormat": <%= strict ? '"strict"' : '"loose"' %> }