ContextKeeper v1.0.0 — Persistent AI coding session context Chrome extension

This commit is contained in:
Bun Bun
2026-06-21 00:22:17 +00:00
commit 73f7b13e9d
25 changed files with 4544 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"lib": ["ES2022", "DOM"],
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["chrome", "vitest/globals"]
},
"include": ["src/**/*.ts"]
}