It all works....

This commit is contained in:
Daniel Ledda
2021-07-03 20:00:13 +02:00
parent c8f37d0d98
commit c950631b5e
45 changed files with 10537 additions and 903 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "soma-solve-js",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "npx tsc main.ts --target ES2020 --moduleResolution node"
},
"author": "Daniel Ledda",
"license": "ISC"
}