2022-01-06 09:40:56 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"extends": "@typebot.io/tsconfig/base.json",
|
2022-11-18 18:21:40 +01:00
|
|
|
"include": ["**/*.ts"],
|
2023-09-19 11:53:18 +02:00
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"compilerOptions": {
|
2024-03-19 10:38:55 +01:00
|
|
|
"lib": ["ES2021", "DOM"],
|
|
|
|
"importHelpers": true
|
2023-09-19 11:53:18 +02:00
|
|
|
}
|
2022-01-06 09:40:56 +01:00
|
|
|
}
|