10 lines
192 B
JSON
10 lines
192 B
JSON
![]() |
{
|
||
|
"extends": "@typebot.io/tsconfig/base.json",
|
||
|
"include": ["**/*.ts", "**/*.tsx"],
|
||
|
"exclude": ["node_modules"],
|
||
|
"compilerOptions": {
|
||
|
"jsx": "preserve",
|
||
|
"lib": ["ES2021"]
|
||
|
}
|
||
|
}
|