♻️ Export bot-engine code into its own package
This commit is contained in:
9
packages/bot-engine/tsconfig.json
Normal file
9
packages/bot-engine/tsconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"extends": "@typebot.io/tsconfig/base.json",
|
||||
"include": ["**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"],
|
||||
"compilerOptions": {
|
||||
"jsx": "preserve",
|
||||
"lib": ["ES2021"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user