ソースを参照

Update tsconfig.json

customisations
alemart 8ヶ月前
コミット
5c9fd4c6b2
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      tsconfig.json

+ 2
- 2
tsconfig.json ファイルの表示

@@ -15,7 +15,7 @@
15 15
         "forceConsistentCasingInFileNames": true,
16 16
         "preserveSymlinks": true
17 17
     },
18
-    "exclude": [
19
-        "node_modules"
18
+    "include": [
19
+        "src/**/*"
20 20
     ]
21 21
 }

読み込み中…
キャンセル
保存