18 lines
602 B
Plaintext
18 lines
602 B
Plaintext
"use strict";
|
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
// DO NOT EDIT THIS CODE BY HAND
|
|
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
// npx nx generate-lib repo
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.decorators_legacy = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
exports.decorators_legacy = {
|
|
libs: [],
|
|
variables: [
|
|
['ClassDecorator', base_config_1.TYPE],
|
|
['PropertyDecorator', base_config_1.TYPE],
|
|
['MethodDecorator', base_config_1.TYPE],
|
|
['ParameterDecorator', base_config_1.TYPE],
|
|
],
|
|
};
|