aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorMaksymilian Jopek <maks@jopek.eu>2022-04-21 13:44:38 +0200
committerMaksymilian Jopek <maks@jopek.eu>2022-04-21 15:55:51 +0200
commitca7f97e765024b3ba279f2c4485e28add7b7e1a7 (patch)
treef696510846b2654151ba99aebafcf5bb5445e254 /tsconfig.json
parent6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (diff)
downloadboules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.gz
boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.tar.zst
boules-ca7f97e765024b3ba279f2c4485e28add7b7e1a7.zip
v1.0.0
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
},