chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:07 -08:00
parent 6c4555cebd
commit 89b82cdadb
883 changed files with 78752 additions and 18180 deletions

View File

@@ -31,6 +31,9 @@
}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "tests", "src/ui/**/*", "src/__tests__/**/*"]
"exclude": ["node_modules", "dist", "tests", "src/ui/**/*", "src/__tests__/**/*"],
"ts-node": {
"require": ["tsconfig-paths/register"]
}
}