Jelajahi Sumber

chore: Create tsconfig.js with experimental decorators config

Oliver Windall Juhl 3 tahun lalu
induk
melakukan
d1d82c167b
1 mengubah file dengan 5 tambahan dan 0 penghapusan
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

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