feat(store): initial release (#279)

This commit is contained in:
rahim
2026-01-02 14:41:58 +11:00
committed by GitHub
parent c9a216dd2d
commit d74e4e6701
54 changed files with 6047 additions and 66 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
"@/*": ["src/*"]
}
},
"references": [{ "path": "./src/dom" }, { "path": "./src/react" }],
"references": [{ "path": "./src/dom" }, { "path": "./src/lit" }, { "path": "./src/react" }],
"include": ["src"],
"exclude": ["src/dom", "src/react"]
"exclude": ["src/dom", "src/lit", "src/react"]
}