2
0
Files
bot/apps/landing-page/tsconfig.json
Baptiste Arnaud 6fe4e28bc3 📝 Add new blog structure
2024-04-19 13:20:58 +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"]
}