jmacura
4 vuotta sitten
vanhempi
commit
1323be44fc
1 muutettua tiedostoa jossa
3 lisäystä ja
0 poistoa
-
3
0
package.json
|
@@ -31,6 +31,9 @@
|
|
|
},
|
|
},
|
|
|
"nodemonConfig": {
|
|
"nodemonConfig": {
|
|
|
"ext": "ts",
|
|
"ext": "ts",
|
|
|
|
|
+ "execMap": {
|
|
|
|
|
+ "ts": "npx ts-node"
|
|
|
|
|
+ },
|
|
|
"ignore": [
|
|
"ignore": [
|
|
|
"*.test.ts",
|
|
"*.test.ts",
|
|
|
"db/*"
|
|
"db/*"
|