We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbb13b4 commit ba3e973Copy full SHA for ba3e973
1 file changed
tsconfig.json
@@ -2,7 +2,7 @@
2
"compilerOptions": {
3
"outDir": "dist",
4
"rootDir": "src",
5
- "baseUrl": "../..",
+ "baseUrl": ".",
6
"lib": ["ESNext"],
7
"target": "ESNext",
8
"module": "Preserve",
@@ -14,11 +14,7 @@
14
"emitDeclarationOnly": true,
15
"resolveJsonModule": true,
16
"moduleDetection": "force",
17
- "allowArbitraryExtensions": true,
18
- "paths": {
19
- "@elizaos/core": ["../core/src"],
20
- "@elizaos/core/*": ["../core/src/*"]
21
- }
+ "allowArbitraryExtensions": true
22
},
23
"include": ["src/**/*.ts"]
24
}
0 commit comments