Преглед изворни кода

Add TSServer configuration file

Andrew Swistak пре 6 година
родитељ
комит
ac92fdd8e4
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

@@ -0,0 +1,6 @@
+{
+  "compilerOptions": {
+    "allowJs": true
+  },
+  "exclude": ["node_modules", "**/*.spec.js"]
+}