Speading up ts-node

This commit is contained in:
2024-01-15 11:12:00 +01:00
parent 301ab66f58
commit a5b709a2c7

View File

@@ -9,7 +9,9 @@
"env": {
"NODE_PATH": "src/",
"NODE_ENV": "dev",
"TYPESCRIPT": "true"
"TYPESCRIPT": "true",
"TS_NODE_FILES": "true",
"TS_NODE_TRANSPILE_ONLY": "true"
},
"ext": "ts, json"
}