Formating changes

This commit is contained in:
2024-03-12 14:50:55 +01:00
parent 5cd9bfe55b
commit 1f2a9b9d18
2 changed files with 29 additions and 29 deletions

View File

@@ -1,17 +1,17 @@
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"dist/config"
],
"verbose": true,
"env": {
"NODE_PATH": "src/",
"NODE_ENV": "dev",
"TYPESCRIPT": "true",
"TS_NODE_FILES": "true",
"TS_NODE_TRANSPILE_ONLY": "true"
},
"ext": "ts, json"
}
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"dist/config"
],
"verbose": true,
"env": {
"NODE_PATH": "src/",
"NODE_ENV": "dev",
"TYPESCRIPT": "true",
"TS_NODE_FILES": "true",
"TS_NODE_TRANSPILE_ONLY": "true"
},
"ext": "ts, json"
}