Add initial yaak-proxy crate

This commit is contained in:
Gregory Schier
2026-03-06 06:58:45 -08:00
parent 88f5f0e045
commit 32f22aad67
9 changed files with 882 additions and 3 deletions

View File

@@ -5,7 +5,6 @@
"useDefineForClassFields": true,
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"noUncheckedIndexedAccess": true,
@@ -15,6 +14,6 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx"
}
"jsx": "react-jsx",
},
}