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-11-08 15:34:16 +01:00
|
|
|
"exclude": ["node_modules"],
|
|
|
|
"compilerOptions": {
|
2023-11-17 16:54:09 +01:00
|
|
|
"lib": ["ESNext"],
|
2023-11-08 15:34:16 +01:00
|
|
|
"noEmit": true
|
|
|
|
}
|
2022-01-06 09:40:56 +01:00
|
|
|
}
|