Ver código fonte

fix: revert tsconfig paths configuration

Co-Authored-By: Jayant Krishnamurthy <jayant@dourolabs.xyz>
Devin AI 9 meses atrás
pai
commit
176d196050

+ 1 - 5
governance/xc_admin/packages/crank_executor/tsconfig.json

@@ -4,10 +4,6 @@
   "exclude": ["node_modules", "**/__tests__/*"],
   "compilerOptions": {
     "rootDir": "src/",
-    "outDir": "./lib",
-    "baseUrl": ".",
-    "paths": {
-      "@pythnetwork/xc-admin-common": ["../xc_admin_common/src"]
-    }
+    "outDir": "./lib"
   }
 }