2
0
Files
bot/packages/forge/blocks/openRouter/tsconfig.json
2024-03-19 10:38:55 +01:00

12 lines
251 B
JSON

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