mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
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"]
|
|
}
|
|
}
|