aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 4eb0b8f..a7dba88 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -14,6 +14,7 @@
"esModuleInterop": true,
"noEmit": true,
"noUnusedLocals": true,
+ "experimentalDecorators": true,
"noUnusedParameters": true,
"noImplicitReturns": true
},