12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/base.json",
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ESNext", "DOM"],
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "react"
|
|
}
|
|
}
|