Parcourir la source

chore: Create tsconfig.js with experimental decorators config

Oliver Windall Juhl il y a 3 ans
Parent
commit
d1d82c167b
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

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