aboutsummaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/tsconfig.json
diff options
context:
space:
mode:
authorMalek <malek.zoabi@amdocs.com>2018-07-29 08:29:14 +0300
committerMalek <malek.zoabi@amdocs.com>2018-07-29 08:29:22 +0300
commit2772584fe277c40825420bcbd65a9f7057649df4 (patch)
tree424c5a5ccc96d3f4a230899c5ee4a87828655aed /workflow-designer-ui/src/main/frontend/tsconfig.json
parent0e4601a1c6ef26e43e5c3ac9684dd557185632ba (diff)
Add pubsub, Fix loader in sdc
Issue-ID: SDC-1564 Change-Id: I562c9e3137c36bf0aac603eb64578b741c112b5f Signed-off-by: Malek <malek.zoabi@amdocs.com>
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/tsconfig.json')
-rw-r--r--workflow-designer-ui/src/main/frontend/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/workflow-designer-ui/src/main/frontend/tsconfig.json b/workflow-designer-ui/src/main/frontend/tsconfig.json
new file mode 100644
index 00000000..a3bc367f
--- /dev/null
+++ b/workflow-designer-ui/src/main/frontend/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "strict" : false,
+ "noImplicitAny": false,
+ "outDir": "./dist/",
+ "module": "es6",
+ "target": "es5",
+ "jsx": "react",
+ "lib": ["es5", "es6", "dom"],
+ "allowJs": true
+ }
+}