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