Initial build: Citation Verifier Chrome extension MVP

This commit is contained in:
Bun Bun
2026-06-17 18:27:58 +00:00
commit e20ba828a0
16 changed files with 2967 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"lib": ["ES2020", "DOM"],
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["chrome", "vitest/globals"]
},
"include": ["src/**/*"]
}