Explorar o código

Add node to types

Steven Silvester %!s(int64=7) %!d(string=hai) anos
pai
achega
02edcb3ede
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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/*"]
 }