typebot.io/apps/builder/tsconfig.json
2025-04-16 10:58:00 +02:00

19 lines
322 B
JSON

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