Browse Source

chore(admin-ui): Exclude test-specific .ts files from build

Michael Bromley 7 years ago
parent
commit
e3828dd65b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      admin-ui/src/tsconfig.app.json

+ 2 - 1
admin-ui/src/tsconfig.app.json

@@ -9,6 +9,7 @@
   },
   "exclude": [
     "src/test.ts",
-    "**/*.spec.ts"
+    "**/*.spec.ts",
+    "testing/*.ts"
   ]
 }