9 lines
158 B
JSON
9 lines
158 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/base.json",
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"target": "ES2015"
|
|
}
|
|
}
|