Files
bot/packages/forge/blocks/mistral/tsconfig.json
Baptiste Arnaud b68f16f4f7 Add Mistral AI block
Closes #1179
2024-01-29 09:37:19 +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"
}
}