summaryrefslogtreecommitdiffstats
path: root/dcaedftool/tsconfig.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/tsconfig.json
parent57d083ac5f18de84351754685b739417039f83ec (diff)
parentd2a9bf7db4e21e5e87ea98efd2d63ef225830d75 (diff)
Merge "Add code for data format webtool"
Diffstat (limited to 'dcaedftool/tsconfig.json')
-rw-r--r--dcaedftool/tsconfig.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/dcaedftool/tsconfig.json b/dcaedftool/tsconfig.json
new file mode 100644
index 0000000..a35a8ee
--- /dev/null
+++ b/dcaedftool/tsconfig.json
@@ -0,0 +1,20 @@
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "outDir": "./dist/out-tsc",
+ "baseUrl": "src",
+ "sourceMap": true,
+ "declaration": false,
+ "moduleResolution": "node",
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "target": "es5",
+ "typeRoots": [
+ "node_modules/@types"
+ ],
+ "lib": [
+ "es2016",
+ "dom"
+ ]
+ }
+}