TypeScript/tests/projects/transitiveReferences/b.ts

3 lines
54 B
TypeScript

import {A} from '@ref/a';
export const b = new A();