@lark-project/cli
Version:
飞书项目插件开发工具
14 lines (13 loc) • 481 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const paths_1 = __importDefault(require("../../config/paths"));
const Base_1 = __importDefault(require("./Base"));
class PluginConfig extends Base_1.default {
get path() {
return paths_1.default.pluginConfigJson;
}
}
exports.default = PluginConfig;