UNPKG

ng-zorro-antd

Version:

An enterprise-class UI components based on Ant Design and Angular

13 lines 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchematicsTestNGConfig = exports.SchematicsTestTsConfig = void 0; exports.SchematicsTestTsConfig = { compilerOptions: { experimentalDecorators: true, lib: ['es2015'] } }; exports.SchematicsTestNGConfig = { projects: { t: { root: '', architect: { build: { options: { tsConfig: './tsconfig.json' } } } } } }; //# sourceMappingURL=config.js.map