[ADF-4859] Make sure the ng build insight works (#5141)

* Make sure the ng build insight works

* Fix styles
This commit is contained in:
Maurizio Vitale
2019-10-10 09:57:20 +01:00
committed by Denys Vuika
parent 93419ffa7b
commit 6860ab73ab
262 changed files with 26 additions and 66 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../dist/insights/"
"outDir": "../dist/insights/",
"baseUrl": "src"
}
}