chore: recover karachi-v2 workspace state

This commit is contained in:
Nathan Flurry 2026-03-09 19:59:45 -07:00
parent 5d65013aa5
commit 58f90fab8e
260 changed files with 899 additions and 42850 deletions

View file

@ -0,0 +1,16 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.test.ts"]
}