Files
bot/packages/forge/blocks/groq/tsconfig.json

21 lines
332 B
JSON
Raw Normal View History

2024-08-22 15:31:05 +02:00
{
"extends": "../../../tsconfig/base.json",
2024-08-22 15:31:05 +02:00
"include": ["**/*.ts", "**/*.tsx"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "react",
"outDir": "dist"
},
"references": [
{
"path": "../../../lib"
},
{
"path": "../../core"
},
{
"path": "../openai"
}
]
2024-08-22 15:31:05 +02:00
}