Initial MVP: Cost.dev AI Coding Cost Optimizer Chrome extension

This commit is contained in:
Bun Bun
2026-06-14 10:48:26 +00:00
commit 866bea3d2b
18 changed files with 2436 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"types": ["chrome"]
},
"include": ["src"]
}