소스 검색

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"]
+}