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

27 lines
392 B
JSON

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