Browse Source

Update tsconfig.json

Kyle Belfort 5 years ago
parent
commit
4b43bcb40c
1 changed files with 5 additions and 2 deletions
  1. 5 2
      nodeEditor/tsconfig.json

+ 5 - 2
nodeEditor/tsconfig.json

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