Skip to content

Commit f192c06

Browse files
committed
[codecane] map sdk types for workspace typecheck
1 parent 783e239 commit f192c06

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.base.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"esModuleInterop": true,
1414
"isolatedModules": true,
1515
"skipLibCheck": true,
16-
"forceConsistentCasingInFileNames": true
16+
"forceConsistentCasingInFileNames": true,
17+
"paths": {
18+
"@codebuff/sdk": ["./sdk/dist/index.d.ts"],
19+
"@codebuff/sdk/*": ["./sdk/dist/*"]
20+
}
1721
}
1822
}

0 commit comments

Comments
 (0)