summaryrefslogtreecommitdiffstats
path: root/dcaedftool/src/tsconfig.app.json
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-08-02 04:20:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-02 04:20:54 +0000
commitc4a139fff38bc62ea0a47566707c7aad13a86b4f (patch)
tree1280ca44d00e33a98975c67b756fffdefe405b28 /dcaedftool/src/tsconfig.app.json
parent57d083ac5f18de84351754685b739417039f83ec (diff)
parentd2a9bf7db4e21e5e87ea98efd2d63ef225830d75 (diff)
Merge "Add code for data format webtool"
Diffstat (limited to 'dcaedftool/src/tsconfig.app.json')
-rw-r--r--dcaedftool/src/tsconfig.app.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/dcaedftool/src/tsconfig.app.json b/dcaedftool/src/tsconfig.app.json
new file mode 100644
index 0000000..5e2507d
--- /dev/null
+++ b/dcaedftool/src/tsconfig.app.json
@@ -0,0 +1,13 @@
+{
+ "extends": "../tsconfig.json",
+ "compilerOptions": {
+ "outDir": "../out-tsc/app",
+ "module": "es2015",
+ "baseUrl": "",
+ "types": []
+ },
+ "exclude": [
+ "test.ts",
+ "**/*.spec.ts"
+ ]
+}