We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6564c9 commit 57a5543Copy full SHA for 57a5543
1 file changed
tsconfig.json
@@ -67,7 +67,11 @@
67
"baseUrl": ".",
68
"paths": {
69
"rdflib": ["node_modules/rdflib"],
70
- "rdflib/*": ["node_modules/rdflib/*"]
+ "rdflib/*": ["node_modules/rdflib/*"],
71
+ "pane-registry": ["node_modules/pane-registry"],
72
+ "pane-registry/*": ["node_modules/pane-registry/*"],
73
+ "solid-logic": ["node_modules/solid-logic"],
74
+ "solid-logic/*": ["node_modules/solid-logic/*"]
75
}
76
77
/* Source Map Options */
0 commit comments