refactor: moved code to src and cleaned build script

This commit is contained in:
Daniel Bauer
2024-12-10 17:09:27 +01:00
parent c1de7599b3
commit 58f85df5cb
5 changed files with 291 additions and 561 deletions

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"baseUrl": ".",
"inlineSourceMap": true,
"sourceMap": true,
"inlineSourceMap": false,
"inlineSources": true,
"module": "ESNext",
"target": "ES6",