eeb6174de0
- ASP.NET Core 10 Backend (JWT Auth, Agent config API) - Vue 3 Frontend (Dashboard, Team, Agents, Config Editor) - PostgreSQL Database - Docker Compose setup - Mission Control Dashboard redesign
11 lines
167 B
JSON
11 lines
167 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"noEmit": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|
|
|