Sfoglia il codice sorgente

fix build and dev commands on Win

jmacura 3 anni fa
parent
commit
1323be44fc
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      package.json

+ 3 - 0
package.json

@@ -31,6 +31,9 @@
   },
   "nodemonConfig": {
     "ext": "ts",
+    "execMap": {
+      "ts": "npx ts-node"
+    },
     "ignore": [
       "*.test.ts",
       "db/*"