ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
14 lines • 470 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchematicsTestNGConfig = exports.SchematicsTestTsConfig = void 0;
exports.SchematicsTestTsConfig = {
compilerOptions: {
experimentalDecorators: true,
lib: ['es2015']
}
};
exports.SchematicsTestNGConfig = {
version: 1,
projects: { t: { root: '', architect: { build: { options: { tsConfig: './tsconfig.json' } } } } }
};
//# sourceMappingURL=config.js.map
;