aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-10-22 20:06:01 +0300
committereug-vs <eugene@eug-vs.xyz>2022-10-22 20:06:01 +0300
commiteeb3bcec19b15e6b7d30f983c8f613dedb1a9b32 (patch)
treefc3b0be53cb839be0a02106b9d140f2afb0c98b6 /tsconfig.json
parent82de4ac15e6a942c3b004efad24a3dc8a4ab7edf (diff)
downloadbenzin-next-eeb3bcec19b15e6b7d30f983c8f613dedb1a9b32.tar.gz
refactor: separate Nginx adapter
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 4f7ee02..d691df6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -11,6 +11,7 @@
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
+ "experimentalDecorators": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,