2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-18 09:56:26 +00:00
iconify/iconify-icon-demo/ember-icon-demo/.ember-cli
2022-05-13 21:29:57 +03:00

16 lines
521 B
Plaintext

{
/**
Ember CLI sends analytics information by default. The data is completely
anonymous, but there are times when you might want to disable this behavior.
Setting `disableAnalytics` to true will prevent any data from being sent.
*/
"disableAnalytics": false,
/**
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
}