feat: set up mcp for docs
Node.js CI / Lint and Test (pull_request) Successful in 1m36s

This commit is contained in:
2025-07-14 14:02:01 -07:00
parent 081cf6f28b
commit d042bfea2f
9 changed files with 18826 additions and 3 deletions
+3 -1
View File
@@ -3,5 +3,7 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./prod",
}
"resolveJsonModule": true
},
"exclude": ["./getDocs.ts"]
}