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-12-29 10:22:26 +01:00
|
|
|
"baseUrl": ".",
|
2022-11-15 10:28:03 +01:00
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
2022-11-21 11:12:43 +01:00
|
|
|
}
|
2021-11-19 10:15:13 +01:00
|
|
|
},
|
2022-11-21 11:12:43 +01:00
|
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
2021-11-19 10:15:13 +01:00
|
|
|
}
|