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