Sfoglia il codice sorgente

chore: Create tsconfig.js with experimental decorators config

Oliver Windall Juhl 3 anni fa
parent
commit
d1d82c167b
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

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