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",
"src",
"data"
],
@@ -11,5 +11,5 @@
"NODE_PATH": "dist/",
"NODE_ENV": "dev"
},
"ext": "js, json"
"ext": "js"
}