@module-federation/typescript
Version:
Webpack plugin to stream typescript for module federation apps/components
7 lines • 391 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TYPES_INDEX_JSON_FILE_NAME = exports.TYPESCRIPT_COMPILED_FOLDER_NAME = exports.TYPESCRIPT_FOLDER_NAME = void 0;
exports.TYPESCRIPT_FOLDER_NAME = '@mf-types';
exports.TYPESCRIPT_COMPILED_FOLDER_NAME = '_types';
exports.TYPES_INDEX_JSON_FILE_NAME = '__types_index.json';
//# sourceMappingURL=constants.js.map
;