浏览代码

Fixed test-services/tsconfig.json

Johan Mabille 5 年之前
父节点
当前提交
a7885dcf58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test-services/tsconfig.json

+ 1 - 1
tests/test-services/tsconfig.json

@@ -5,7 +5,7 @@
     "outDir": "build",
     "rootDir": "src"
   },
-  "include": ["src/*"],
+  "include": ["src/**/*"],
   "references": [
     {
       "path": "../../packages/coreutils"