Added swc for transpiling typescript

This commit is contained in:
2024-08-21 17:21:54 +02:00
parent 7f33956dfb
commit bc60728735
8 changed files with 985 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"node_modules",
"data"
],
"verbose": true,
@@ -13,5 +13,5 @@
"TS_NODE_FILES": "true",
"TS_NODE_TRANSPILE_ONLY": "true"
},
"ext": "ts, json"
"ext": "ts"
}