问题:
node_modules/@angular/cdk/table/table.d.ts:277:9 - error TS1086: An accessor cannot be declared in an ambient context.
277 set multiTemplateDataRows(v: boolean);
~~~~~~~~~~~~~~~~~~~~~
node_modules/@angular/cdk/table/table.d.ts:283:9 - error TS1086: An accessor cannot be declared in an ambient context.
283 get fixedLayout(): boolean;
~~~~~~~~~~~
node_modules/@angular/cdk/table/table.d.ts:284:9 - error TS1086: An accessor cannot be declared in an ambient context.
284 set fixedLayout(v: boolean);
~~~~~~~~~~~
node_modules/@angular/cdk/table/text-column.d.ts:25:9 - error TS1086: An accessor cannot be declared in an ambient context.
25 get name(): string;
~~~~
node_modules/@angular/cdk/table/text-column.d.ts:26:9 - error TS1086: An accessor cannot be declared in an ambient context.
26 set name(name: string);