We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d9e0 commit 13582f8Copy full SHA for 13582f8
‎packages/testing/baseai/baseai.config.ts‎
@@ -1,4 +1,6 @@
1
-export const config = {
+import type {BaseAIConfig} from 'baseai';
2
+
3
+export const config: BaseAIConfig = {
4
log: {
5
isEnabled: true,
6
isEnabledInProd: true,
0 commit comments