@zohodesk/client_build_tool 0.0.6-exp.2 → 0.0.6-exp.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -324,7 +324,10 @@ var _default = {
324
324
  i18nAttributes: null
325
325
  },
326
326
  typeScript: {
327
- enable: false
327
+ enable: {
328
+ value: false,
329
+ cli: '--type_script_enable'
330
+ }
328
331
  }
329
332
  };
330
333
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/client_build_tool",
3
- "version": "0.0.6-exp.2",
3
+ "version": "0.0.6-exp.3",
4
4
  "description": "A CLI tool to build web applications and client libraries",
5
5
  "main": "lib/index.js",
6
6
  "bin": {