11 lines
216 B
JSON
11 lines
216 B
JSON
![]() |
{
|
||
|
"extends": "@typebot.io/tsconfig/base.json",
|
||
|
"include": ["**/*.ts", "**/*.tsx"],
|
||
|
"exclude": ["node_modules"],
|
||
|
"compilerOptions": {
|
||
|
"lib": ["ESNext", "DOM"],
|
||
|
"noEmit": true,
|
||
|
"jsx": "react"
|
||
|
}
|
||
|
}
|