mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
9 lines
168 B
JSON
9 lines
168 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/base.json",
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["dom", "esnext"]
|
|
}
|
|
}
|