mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 22:42:40 +08:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
{
|
|
/**
|
|
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
|
|
}
|