typebot.io/packages/lib/tsconfig.json
Baptiste Arnaud dd82c4d318
♻️ Migrate to Bun test
2025-11-27 12:08:31 +01:00

9 lines
168 B
JSON

{
"extends": "@typebot.io/tsconfig/base.json",
"include": ["src/**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["dom", "esnext"]
}
}