File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 33 Setting `isTypeScriptProject` to true will force the blueprint generators to generate TypeScript
44 rather than JavaScript by default, when a TypeScript version of a given blueprint is available.
55 */
6- "isTypeScriptProject": <%= typescript ? 'true' : 'false' %>
6+ "isTypeScriptProject": <%= typescript ? 'true' : 'false' %>,
7+
8+ /**
9+ Setting `componentAuthoringFormat` to "strict" will force the blueprint generators to generate GJS
10+ or GTS files for the component and the component rendering test. "loose" is the default.
11+ */
12+ "componentAuthoringFormat": "strict",
13+
14+ /**
15+ Setting `routeAuthoringFormat` to "strict" will force the blueprint generators to generate GJS
16+ or GTS templates for routes. "loose" is the default
17+ */
18+ "routeAuthoringFormat": "strict"
719}
You can’t perform that action at this time.
0 commit comments