Daniel Chew 6 сар өмнө
parent
commit
b54c0dd7b2

+ 2 - 1
contract_manager/tsconfig.json

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