upgrade to angular 9
[portal/ric-dashboard.git] / dashboard / webapp-frontend / src / tsconfig.app.json
index 190fd30..f3a1b80 100644 (file)
@@ -4,8 +4,11 @@
     "outDir": "../out-tsc/app",
     "types": []
   },
-  "exclude": [
-    "test.ts",
-    "**/*.spec.ts"
+  "files": [
+    "main.ts",
+    "polyfills.ts"
+  ],
+  "include": [
+    "src/**/*.d.ts"
   ]
 }