Add licenses

This commit is contained in:
2023-07-23 23:40:17 -04:00
parent 07dfed2e1c
commit b09d183a1c
21 changed files with 795 additions and 421 deletions

7
jsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6"
},
"exclude": ["node_modules"]
}