2
0
Files
bot/packages/forge/blocks/openRouter/tsconfig.json
Baptiste Arnaud 84d6c594af Add OpenRouter block
Closes #1254
2024-03-05 10:56:54 +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"
}
}