Initial commit. Version 1.0.0

This commit is contained in:
2023-05-30 17:40:18 -04:00
commit 254c4a7c48
13 changed files with 8315 additions and 0 deletions

7
.prettierrc.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
parser: 'typescript',
printWidth: 120,
trailingComma: 'all',
tabWidth: 4,
singleQuote: true,
};