feat(cli): add effect cli scaffold

This commit is contained in:
Dax Raad
2026-05-29 23:12:12 -04:00
parent b016a41a48
commit d6b2c0efa1
4 changed files with 67 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@tsconfig/bun/tsconfig.json",
"compilerOptions": {
"noUncheckedIndexedAccess": false
}
}