Explorar el Código

fix: tsconfig insert

Daniel Chew hace 6 meses
padre
commit
b54c0dd7b2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      contract_manager/tsconfig.json

+ 2 - 1
contract_manager/tsconfig.json

@@ -3,5 +3,6 @@
   "compilerOptions": {
     "rootDir": "src/",
     "outDir": "./lib"
-  }
+  },
+  "include": ["src/**/*"],
 }