aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/e2e/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/e2e/tsconfig.json')
-rw-r--r--catalog-ui/e2e/tsconfig.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/catalog-ui/e2e/tsconfig.json b/catalog-ui/e2e/tsconfig.json
new file mode 100644
index 0000000000..656bdb14ff
--- /dev/null
+++ b/catalog-ui/e2e/tsconfig.json
@@ -0,0 +1,16 @@
+{
+ "compileOnSave": false,
+ "compilerOptions": {
+ "declaration": false,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "outDir": "../dist/out-tsc-e2e",
+ "sourceMap": true,
+ "target": "es5",
+ "typeRoots": [
+ "../node_modules/@types"
+ ]
+ }
+}