Files
bot/packages/transactional/tsconfig.json
2024-04-16 12:56:47 +02:00

10 lines
200 B
JSON

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