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

18 lines
293 B
JSON

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