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