feat(types): add DataBus system with auto-generated type declarations

This commit is contained in:
2026-01-21 23:53:41 +08:00
parent 9d65768cd3
commit 6178a82d24
8 changed files with 718 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://www.schemastore.org/jsconfig.json",
"include": ["src/**/*", "types/**/*"],
"compilerOptions": {
"module": "commonjs",
"skipDefaultLibCheck": true,