Files
bot/packages/forge/blocks/groq/tsconfig.json

12 lines
251 B
JSON
Raw Normal View History

2024-08-22 15:31:05 +02:00
{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["ESNext", "DOM"],
"noEmit": true,
"jsx": "preserve",
"jsxImportSource": "react"
}
}