mirror of
https://github.com/BloopAI/vibe-kanban-web-companion.git
synced 2026-08-23 11:58:32 +00:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"noImplicitThis": true
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"]
|
|
}
|