ソースを参照

fix: tsconfig insert

Daniel Chew 6 ヶ月 前
コミット
b54c0dd7b2
1 ファイル変更2 行追加1 行削除
  1. 2 1
      contract_manager/tsconfig.json

+ 2 - 1
contract_manager/tsconfig.json

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