Explorar el Código

Create tsconfig.json

Shahed Nasser hace 3 años
padre
commit
3fbfff1620
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      tsconfig.json

+ 5 - 0
tsconfig.json

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