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

27 lines
394 B
JSON

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