2022-02-09 18:40:40 +01:00
|
|
|
{
|
2023-03-15 08:35:16 +01:00
|
|
|
"extends": "@typebot.io/tsconfig/nextjs.json",
|
2022-02-09 18:40:40 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2022-11-21 11:12:43 +01:00
|
|
|
"paths": {
|
2024-04-19 13:20:58 +02:00
|
|
|
"@/*": ["./*"]
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"name": "next"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"strictNullChecks": true
|
2022-02-09 18:40:40 +01:00
|
|
|
},
|
2024-04-19 13:20:58 +02:00
|
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"]
|
2022-02-09 18:40:40 +01:00
|
|
|
}
|