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": {
|
2023-12-13 10:22:02 +01:00
|
|
|
"@/*": ["src/*"],
|
|
|
|
"react": ["./node_modules/@types/react"]
|
2022-11-21 11:12:43 +01:00
|
|
|
}
|
2021-12-08 09:33:25 +01:00
|
|
|
}
|
|
|
|
}
|