summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json
diff options
context:
space:
mode:
authorSudarshan Kumar <sudarshan.kumar@att.com>2020-05-27 15:58:08 +0530
committerSudarshan Kumar <sudarshan.kumar@att.com>2020-05-27 15:59:13 +0530
commit898021ecd9d3d49d652bf1210ee0712783476b42 (patch)
tree28186eb502290a52c9aa50bb2db6e97182c18c1d /ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json
parent273ccf87b2609ed82fe681e2211fc402f799307f (diff)
Removed ngapp and old sql scripts
Removed ngapp and old sql scripts Issue-ID: PORTAL-912 Change-Id: If3035559a21aebbe4f218e2d7dc63453775e00c2 Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json')
-rw-r--r--ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json b/ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json
deleted file mode 100644
index 7b911dac..00000000
--- a/ecomp-sdk/epsdk-app-os/ngapp/tsconfig.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "importHelpers": true,
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "module": "esnext",
- "moduleResolution": "node",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es5",
- "typeRoots": [
- "node_modules/@types"
- ],
- "lib": [
- "es2018",
- "dom"
- ]
- }
-}