Move shit out to the common package to reduce duplicate bullshit

This commit is contained in:
2023-05-30 20:23:57 -04:00
parent 95ed9bf158
commit 447e5768a4
28 changed files with 1113 additions and 1575 deletions

View File

@@ -10,8 +10,8 @@
"rootDirs": ["./", "src/"],
"strict": true,
"esModuleInterop": true,
"sourceMap": false,
"removeComments": true
"sourceMap": true,
"removeComments": false
},
"include": ["./src"]
}