Chnaged from ts-node to tsx

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2024-08-30 13:00:06 +02:00
parent a3b72bc777
commit 0314987ecd
3 changed files with 291 additions and 159 deletions

View File

@@ -10,9 +10,8 @@
"env": {
"NODE_PATH": "src/",
"NODE_ENV": "dev",
"TYPESCRIPT": "true",
"TS_NODE_FILES": "true",
"TS_NODE_TRANSPILE_ONLY": "true"
"TYPESCRIPT": "true"
},
"ext": "ts"
"ext": "ts",
"exec": "tsx"
}