@microsoft/teamsfx-api
Version:
teamsfx framework api
10 lines • 426 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnvConfigSchema = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./envConfig"), exports);
const EnvConfigSchema = tslib_1.__importStar(require("./envConfig.json"));
exports.EnvConfigSchema = EnvConfigSchema;
//# sourceMappingURL=index.js.map