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

11 lines
199 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": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
2022-11-21 11:12:43 +01:00
}
2021-11-19 10:15:13 +01:00
},
2022-11-21 11:12:43 +01:00
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
2021-11-19 10:15:13 +01:00
}