2
0
Files
bot/apps/builder/tsconfig.json

11 lines
214 B
JSON
Raw Normal View History

2021-11-19 10:15:13 +01:00
{
"extends": "@typebot.io/tsconfig/nextjs.json",
2021-11-19 10:15:13 +01:00
"compilerOptions": {
2021-11-29 15:19:07 +01:00
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
2021-11-19 10:15:13 +01:00
},
"include": ["next-env.d.ts", "tolgee.d.ts", "**/*.ts", "**/*.tsx"]
2021-11-19 10:15:13 +01:00
}