2
0
Files
bot/packages/forge/blocks/difyAi/tsconfig.json

12 lines
251 B
JSON
Raw Normal View History

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