summaryrefslogtreecommitdiffstats
path: root/rulemgt/src/main/frontend/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt/src/main/frontend/src/tsconfig.json')
-rw-r--r--rulemgt/src/main/frontend/src/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/rulemgt/src/main/frontend/src/tsconfig.json b/rulemgt/src/main/frontend/src/tsconfig.json
new file mode 100644
index 0000000..e6a6eac
--- /dev/null
+++ b/rulemgt/src/main/frontend/src/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "target": "es5",
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "sourceMap": true,
+ "emitDecoratorMetadata": true,
+ "experimentalDecorators": true,
+ "removeComments": false,
+ "noImplicitAny": false
+ }
+}