Skip to content

Commit 3a0f90a

Browse files
committed
Add container path and reference
1 parent ae2511b commit 3a0f90a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tsconfig.json

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"baseUrl": ".",
4141
/* Specify the base directory to resolve non-relative module names. */
4242
"paths": {
43+
"@aedart/container/*": [
44+
"./packages/container/src/*"
45+
],
4346
"@aedart/contracts/*": [
4447
"./packages/contracts/src/*"
4548
],
@@ -145,6 +148,9 @@
145148
"node_modules"
146149
],
147150
"references": [
151+
{
152+
"path": "./packages/container"
153+
},
148154
{
149155
"path": "./packages/contracts"
150156
},

0 commit comments

Comments
 (0)