aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorPhil <phil.buschmann@tum.de>2018-05-14 23:58:51 +0200
committerPhil <phil.buschmann@tum.de>2018-05-14 23:58:51 +0200
commit4ef6ebf0928e23bc8677a8de6c0c0d36f47308f3 (patch)
tree535b3e3aed2e4933010bc491e38568d051158ae0 /tsconfig.json
parent57e37455ca3b0810f6b3a960c6300be2486c31de (diff)
downloadgnunet-webui-4ef6ebf0928e23bc8677a8de6c0c0d36f47308f3.tar.gz
gnunet-webui-4ef6ebf0928e23bc8677a8de6c0c0d36f47308f3.zip
Upgrade to angular cli v6.0
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index a6c016b..ef44e28 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,7 @@
1{ 1{
2 "compileOnSave": false, 2 "compileOnSave": false,
3 "compilerOptions": { 3 "compilerOptions": {
4 "baseUrl": "./",
4 "outDir": "./dist/out-tsc", 5 "outDir": "./dist/out-tsc",
5 "sourceMap": true, 6 "sourceMap": true,
6 "declaration": false, 7 "declaration": false,