Files
bot/packages/forge/blocks/mistral/tsconfig.json
Baptiste Arnaud eda0f3920c Add Mistral AI block
Closes #1179
2024-01-25 16:35:16 +01:00

11 lines
216 B
JSON

{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"noEmit": true,
"jsx": "react"
}
}