Przeglądaj źródła

Add node to types

Steven Silvester 7 lat temu
rodzic
commit
02edcb3ede
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/faq-extension/tsconfig.json

+ 1 - 1
packages/faq-extension/tsconfig.json

@@ -9,7 +9,7 @@
     "target": "ES5",
     "outDir": "./lib",
     "lib": ["ES5", "ES2015.Promise", "DOM", "ES2015.Collection"],
-    "types": []
+    "types": ["node"]
   },
   "include": ["src/*"]
 }