فهرست منبع

chore: Create tsconfig.js with experimental decorators config

Oliver Windall Juhl 3 سال پیش
والد
کامیت
d1d82c167b
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

@@ -0,0 +1,5 @@
+{
+  "compilerOptions": {
+    "experimentalDecorators": true
+  },
+}