Parcourir la source

fix build and dev commands on Win

jmacura il y a 3 ans
Parent
commit
1323be44fc
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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/*"