typebot.io/apps/builder/tsconfig.json
2025-01-29 17:44:06 +01:00

18 lines
292 B
JSON

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