Ver código fonte

fix: tsconfig insert

Daniel Chew 6 meses atrás
pai
commit
b54c0dd7b2
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      contract_manager/tsconfig.json

+ 2 - 1
contract_manager/tsconfig.json

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