Sfoglia il codice sorgente

fix: tsconfig insert

Daniel Chew 6 mesi fa
parent
commit
b54c0dd7b2
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      contract_manager/tsconfig.json

+ 2 - 1
contract_manager/tsconfig.json

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