소스 검색

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