2021-12-08 09:33:25 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"extends": "@typebot.io/tsconfig/react-library.json",
|
2022-11-21 11:12:43 +01:00
|
|
|
"include": ["src/**/*"],
|
2021-12-08 09:33:25 +01:00
|
|
|
"compilerOptions": {
|
2022-11-15 14:59:34 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
2022-11-21 11:12:43 +01:00
|
|
|
}
|
2021-12-08 09:33:25 +01:00
|
|
|
}
|
|
|
|
}
|