24 lines
394 B
JSON
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"
|
|
}
|
|
]
|
|
}
|