2021-11-19 10:15:13 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"extends": "@typebot.io/tsconfig/nextjs.json",
|
2021-11-19 10:15:13 +01:00
|
|
|
"compilerOptions": {
|
2021-11-29 15:19:07 +01:00
|
|
|
"baseUrl": ".",
|
2022-11-15 09:35:48 +01:00
|
|
|
"paths": {
|
2023-09-20 15:26:52 +02:00
|
|
|
"@/*": ["src/*"]
|
2022-11-18 18:21:40 +01:00
|
|
|
}
|
2021-11-19 10:15:13 +01:00
|
|
|
},
|
2023-10-27 09:23:50 +02:00
|
|
|
"include": ["next-env.d.ts", "tolgee.d.ts", "**/*.ts", "**/*.tsx"]
|
2021-11-19 10:15:13 +01:00
|
|
|
}
|