11 lines
662 B
JavaScript
11 lines
662 B
JavaScript
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
// Licensed under the MIT license.
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.generatorOffice = exports.instrumentationKeyForOfficeAddinCLITools = exports.groupName = exports.usageDataJsonFilePath = void 0;
|
||
|
const os = require("os");
|
||
|
const path = require("path");
|
||
|
exports.usageDataJsonFilePath = path.join(os.homedir(), "/office-addin-usage-data.json");
|
||
|
exports.groupName = "office-addin-usage-data";
|
||
|
exports.instrumentationKeyForOfficeAddinCLITools = "de0d9e7c-1f46-4552-bc21-4e43e489a015";
|
||
|
exports.generatorOffice = "generator-office";
|
||
|
//# sourceMappingURL=defaults.js.map
|