9 lines
164 B
JSON
9 lines
164 B
JSON
![]() |
{
|
||
|
"extends": "@typebot.io/tsconfig/base.json",
|
||
|
"include": ["**/*.ts"],
|
||
|
"exclude": ["node_modules"],
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ES2021", "DOM"]
|
||
|
}
|
||
|
}
|