@nodeboot/aot
Version:
Node-Boot module for Ahead-of-Time (AOT) compilation. Generates node-boot beans and OpenAPI schemas at compile time
18 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MAIN_DECORATORS = void 0;
exports.MAIN_DECORATORS = [
"Controller",
"Service",
"Component",
"Configuration",
"DataRepository",
"EntityEventSubscriber",
"ConfigurationProperties",
"ClassTransformConfiguration",
"ErrorHandler",
"Middleware",
"Interceptor",
"HttpClient",
];
//# sourceMappingURL=decorators.main.js.map