2
0
Files
bot/ee/apps/landing-page/tsconfig.json
2024-05-23 10:42:23 +02:00

17 lines
313 B
JSON

{
"extends": "@typebot.io/tsconfig/nextjs.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
},
"plugins": [
{
"name": "next"
}
],
"strictNullChecks": true
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"]
}