Selaa lähdekoodia

Add node to types

Steven Silvester 7 vuotta sitten
vanhempi
commit
02edcb3ede
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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/*"]
 }