UNPKG

ng-zorro-antd

Version:

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

14 lines 470 B
"use strict"; 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