Forráskód Böngészése

Add TSServer configuration file

Andrew Swistak 6 éve
szülő
commit
ac92fdd8e4
1 módosított fájl, 6 hozzáadás és 0 törlés
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

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