{
  "extends": "@typebot.io/tsconfig/base.json",
  "include": ["**/*.ts"],
  "exclude": ["node_modules"],
  "compilerOptions": {
    "lib": ["ESNext"],
    "noEmit": true
  }
}
