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-20 15:26:52 +02:00
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"declaration": false
|
|
|
|
}
|
2022-01-06 09:40:56 +01:00
|
|
|
}
|