build: establish strict TypeScript workspace
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { describe, expect, it } from 'vitest';
|
||||
import { contractsWorkspaceReady } from './index.js';
|
||||
|
||||
describe('contracts workspace baseline', () => {
|
||||
it('exposes a compilable package entry', () => {
|
||||
expect(contractsWorkspaceReady).toBe(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user