소스 검색

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" 
+      ]  
+}