summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/admin/tsconfig.json')
-rw-r--r--components/datalake-handler/admin/tsconfig.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/components/datalake-handler/admin/tsconfig.json b/components/datalake-handler/admin/tsconfig.json
deleted file mode 100644
index b271fd9f..00000000
--- a/components/datalake-handler/admin/tsconfig.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "compileOnSave": false,
- "compilerOptions": {
- "baseUrl": "./",
- "outDir": "./dist/out-tsc",
- "sourceMap": true,
- "declaration": false,
- "module": "es2015",
- "moduleResolution": "node",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "importHelpers": true,
- "target": "es5",
- "typeRoots": [
- "node_modules/@types"
- ],
- "lib": [
- "es2018",
- "dom"
- ]
- }
-}