Files
bot/packages/forge/blocks/mistral/tsconfig.json
2024-08-28 18:10:49 +02:00

24 lines
394 B
JSON

{
"extends": "../../../tsconfig/base.json",
"include": ["**/*.ts", "**/*.tsx", "helpers/client.ts"],
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "react",
"outDir": "dist"
},
"references": [
{
"path": "../../../ai"
},
{
"path": "../../../lib"
},
{
"path": "../../core"
},
{
"path": "../openai"
}
]
}