summaryrefslogtreecommitdiffstats
path: root/usecaseui-holmes/src/main/webapp/tsconfig.json
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2017-09-06 06:12:53 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-06 06:12:53 +0000
commita3127e3036322a57f9e83d6dc6770c92d9d4a730 (patch)
treeb41f328e5361b35240023afb5919eaca3bef5db2 /usecaseui-holmes/src/main/webapp/tsconfig.json
parent10d5b11472f25b015d1d9b0abdea8e359595e16d (diff)
parent6113a38e094cbaccb8272684557f011c3d90e2ba (diff)
Merge "Initial Submission of Holmes GUI"
Diffstat (limited to 'usecaseui-holmes/src/main/webapp/tsconfig.json')
-rw-r--r--usecaseui-holmes/src/main/webapp/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/usecaseui-holmes/src/main/webapp/tsconfig.json b/usecaseui-holmes/src/main/webapp/tsconfig.json
new file mode 100644
index 00000000..e6a6eac1
--- /dev/null
+++ b/usecaseui-holmes/src/main/webapp/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "sourceMap": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "removeComments": false,
+ "noImplicitAny": false
+ }
+}