summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/apps/demoApp/tsconfig.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2024-01-08 20:22:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-08 20:22:32 +0000
commitbcdc27548c306574a58b47d923509abc6f616719 (patch)
treed738ec5055fde7d13d8c881233c9d7d24678d322 /sdnr/wt/odlux/apps/demoApp/tsconfig.json
parent2466688813df1742d0b21222bcd5d3f4276f9440 (diff)
parentc5b8756512cb6dfbb0093514af7924cb3e78699b (diff)
Merge "Delete wt/odlux directory"
Diffstat (limited to 'sdnr/wt/odlux/apps/demoApp/tsconfig.json')
-rw-r--r--sdnr/wt/odlux/apps/demoApp/tsconfig.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/sdnr/wt/odlux/apps/demoApp/tsconfig.json b/sdnr/wt/odlux/apps/demoApp/tsconfig.json
deleted file mode 100644
index ca65092e0..000000000
--- a/sdnr/wt/odlux/apps/demoApp/tsconfig.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "compilerOptions": {
- "baseUrl": "./src",
- "outDir": "./dist",
- "sourceMap": true,
- "forceConsistentCasingInFileNames": true,
- "allowSyntheticDefaultImports": true,
- "allowUnreachableCode": false,
- "allowUnusedLabels": false,
- "noFallthroughCasesInSwitch": true,
- "noImplicitAny": true,
- "noImplicitReturns": true,
- "noImplicitThis": true,
- "strictNullChecks": true,
- "pretty": true,
- "newLine": "LF",
- "module": "es2015",
- "target": "es2016",
- "moduleResolution": "node",
- "experimentalDecorators": true,
- "jsx": "preserve",
- "lib": [
- "dom",
- "es2015",
- "es2016"
- ],
- "types": [
- "prop-types",
- "react",
- "react-dom"
- ]
- },
- "exclude": [
- "dist",
- "node_modules"
- ]
-}