瀏覽代碼

Update tsconfig.json

Kyle Belfort 5 年之前
父節點
當前提交
4b43bcb40c
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      nodeEditor/tsconfig.json

+ 5 - 2
nodeEditor/tsconfig.json

@@ -24,5 +24,8 @@
     },
     "exclude": [
         "../../inspector"
-    ]
-}
+    ],
+    "files": [ 
+        "./custom.d.ts" 
+      ]  
+}