Browse Source

chore(admin-ui): Add public API index to tsconfig.app.json

Otherwise there is an error on compile
Michael Bromley 5 years ago
parent
commit
b918574676
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/admin-ui/src/tsconfig.app.json

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

@@ -5,7 +5,8 @@
 },
   "files": [
     "main.ts",
-    "polyfills.ts"
+    "polyfills.ts",
+    "index.ts"
   ],
   "include": [
     "src/**/*.d.ts"