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

17 lines
315 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/*"]
},
"plugins": [
{
"name": "next"
}
],
"strictNullChecks": true
2021-11-19 10:15:13 +01:00
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"]
2021-11-19 10:15:13 +01:00
}