Browse Source

Add TSServer configuration file

Andrew Swistak 6 năm trước cách đây
mục cha
commit
ac92fdd8e4
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      jsconfig.json

+ 6 - 0
jsconfig.json

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