Browse Source

Fix tsconfig.lint.json to only run against /src

Garrett Johnson 5 years ago
parent
commit
075000d9c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/build/tsconfig.lint.json

+ 1 - 1
utils/build/tsconfig.lint.json

@@ -3,6 +3,6 @@
     "noEmit": true,
   },
   "include": [
-    "../../**/*.ts"
+    "../../src/**/*.ts"
   ]
 }