diff options
author | Tao Shen <shentao@chinamobile.com> | 2017-09-06 06:12:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-06 06:12:53 +0000 |
commit | a3127e3036322a57f9e83d6dc6770c92d9d4a730 (patch) | |
tree | b41f328e5361b35240023afb5919eaca3bef5db2 /usecaseui-holmes/src/main/webapp/tsconfig.json | |
parent | 10d5b11472f25b015d1d9b0abdea8e359595e16d (diff) | |
parent | 6113a38e094cbaccb8272684557f011c3d90e2ba (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.json | 12 |
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 + } +} |