typebot.io/apps/viewer/openapi.tsconfig.json
Baptiste Arnaud c2b251c7e5
♻️ Migrate to NX (#2418)
2026-03-18 15:29:32 +00:00

12 lines
215 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
}