瀏覽代碼

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/**/*"],
 }