- apps/api: FastAPI backend with Dockerfile - apps/web: Next.js frontend with Dockerfile - apps/sensor: Signal collection agent - packages: shared packages Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
196 B
JSON
10 lines
196 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./react.json",
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "next" }],
|
|
"allowJs": true,
|
|
"incremental": true
|
|
}
|
|
}
|