2
0
Files
bot/packages/forge/cli/tsconfig.json

10 lines
190 B
JSON
Raw Permalink Normal View History

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