2
0
Files
bot/ee/apps/landing-page/tsconfig.json

17 lines
313 B
JSON
Raw Permalink Normal View History

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