first commit

This commit is contained in:
2023-12-03 18:23:02 +01:00
commit a01bfa4343
14 changed files with 2150 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "launch",
"request": "launch",
"args": [
"--experimental-specifier-resolution=node",
"--trace-warnings",
"--loader",
"ts-node/esm",
"${file}"
],
"skipFiles": [
"<node_internals>/**"
],
},
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"typescript.tsdk": "node_modules/typescript/lib"
}