mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-12 20:48:11 +08:00
7 lines
247 B
Text
7 lines
247 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": false
|
|
}
|