2
0
Files
bot/apps/landing-page/tsconfig.json
2023-03-15 08:35:16 +01:00

11 lines
199 B
JSON

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