mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(store): initial release (#279)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user