The test file imports from bun:test which requires bun types. Added @types/bun dependency and configured tsconfig to include bun types. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
8 lines
142 B
JSON
8 lines
142 B
JSON
{
|
|
"extends": "@macalinao/tsconfig/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"isolatedDeclarations": false,
|
|
"types": ["bun"]
|
|
}
|
|
}
|