We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783e239 commit f192c06Copy full SHA for f192c06
tsconfig.base.json
@@ -13,6 +13,10 @@
13
"esModuleInterop": true,
14
"isolatedModules": true,
15
"skipLibCheck": true,
16
- "forceConsistentCasingInFileNames": true
+ "forceConsistentCasingInFileNames": true,
17
+ "paths": {
18
+ "@codebuff/sdk": ["./sdk/dist/index.d.ts"],
19
+ "@codebuff/sdk/*": ["./sdk/dist/*"]
20
+ }
21
}
22
0 commit comments