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": {
|
2024-04-16 12:56:47 +02:00
|
|
|
"@/*": [
|
|
|
|
|
"src/*"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"plugins": [
|
|
|
|
|
{
|
|
|
|
|
"name": "next"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"strictNullChecks": true
|
2021-11-19 10:15:13 +01:00
|
|
|
},
|
2024-04-16 12:56:47 +02:00
|
|
|
"include": [
|
|
|
|
|
"next-env.d.ts",
|
|
|
|
|
"tolgee.d.ts",
|
|
|
|
|
"**/*.ts",
|
|
|
|
|
"**/*.tsx",
|
|
|
|
|
".next/types/**/*.ts"
|
|
|
|
|
]
|
2021-11-19 10:15:13 +01:00
|
|
|
}
|