initial commit

This commit is contained in:
2024-03-22 14:51:07 +01:00
commit 348d743af2
26 changed files with 4344 additions and 0 deletions

8
tsconfig.release.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"sourceMap": false,
"removeComments": true
},
"include": ["src/**/*"]
}