From 849f8f0acbe896cac7e531fee6895442382318cc Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Thu, 13 Apr 2017 09:24:37 +0000
Subject: [PATCH] #0 config - Migrated to jspm and Angular 4.0.2
---
securis/src/main/webapp/.vscode/settings.json | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/securis/src/main/webapp/.vscode/settings.json b/securis/src/main/webapp/.vscode/settings.json
index 18a36e8..c6778ca 100644
--- a/securis/src/main/webapp/.vscode/settings.json
+++ b/securis/src/main/webapp/.vscode/settings.json
@@ -1,5 +1,11 @@
// Place your settings in this file to overwrite default and user settings.
{
- "typescript.tsdk": "./node_modules/typescript/lib"
-
+ "typescript.tsdk": "./node_modules/typescript/lib",
+ "files.exclude": {
+ "**/.git": true,
+ "**/.DS_Store": true,
+ "**/*.js": {"when": "$(basename).ts"},
+ "**/*.js.map": true
+ }
+
}
\ No newline at end of file
--
Gitblit v1.3.2