Skip to content

Commit ba3e973

Browse files
committed
update baseUrl, remove paths since it's standalone
1 parent bbb13b4 commit ba3e973

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"outDir": "dist",
44
"rootDir": "src",
5-
"baseUrl": "../..",
5+
"baseUrl": ".",
66
"lib": ["ESNext"],
77
"target": "ESNext",
88
"module": "Preserve",
@@ -14,11 +14,7 @@
1414
"emitDeclarationOnly": true,
1515
"resolveJsonModule": true,
1616
"moduleDetection": "force",
17-
"allowArbitraryExtensions": true,
18-
"paths": {
19-
"@elizaos/core": ["../core/src"],
20-
"@elizaos/core/*": ["../core/src/*"]
21-
}
17+
"allowArbitraryExtensions": true
2218
},
2319
"include": ["src/**/*.ts"]
2420
}

0 commit comments

Comments
 (0)