development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
Showing only changes of commit 34787649a1 - Show all commits

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES6",
"module": "CommonJS",
"module": "ES6",
"outDir": "dist",
"strict": true
}