瀏覽代碼

Update tsconfig.json

customisations
alemart 8 月之前
父節點
當前提交
5c9fd4c6b2
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      tsconfig.json

+ 2
- 2
tsconfig.json 查看文件

15
         "forceConsistentCasingInFileNames": true,
15
         "forceConsistentCasingInFileNames": true,
16
         "preserveSymlinks": true
16
         "preserveSymlinks": true
17
     },
17
     },
18
-    "exclude": [
19
-        "node_modules"
18
+    "include": [
19
+        "src/**/*"
20
     ]
20
     ]
21
 }
21
 }

Loading…
取消
儲存