Vibe coding

This commit is contained in:
2026-04-05 14:46:59 +01:00
parent b00871fc07
commit 60e7984501
3 changed files with 777 additions and 15 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"types": ["bun-types"],
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",