node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1112:6 - error TS2748: Cannot access ambient const enums when the ‘–isolatedModules’ flag is provided.
1112 [BooleanFlags.shouldCast]?: boolean;
~~~~~~~~~~~~
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1113:6 - error TS2748: Cannot access ambient const enums when the ‘–isolatedModules’ flag is provided.
1113 [BooleanFlags.shouldCastTrue]?: boolean;
~~~~~~~~~~~~
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1593:10 - error TS2748: Cannot access ambient const enums when the ‘–isolatedModules’ flag is
provided.
1593 export { TrackOpTypes }
~~~~~~~~~~~~
node_modules/@vue/runtime-core/dist/runtime-core.d.ts:1621:10 - error TS2748: Cannot access ambient const enums when the ‘–isolatedModules’ flag is
provided.
1621 export { TriggerOpTypes }
~~~~~~~~~~~~~~
src/test.ts:6:10 - error TS1205: Re-exporting a type when the ‘–isolatedModules’ flag is provided requires using ‘export type’.
6 export { A }
~