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": { "compilerOptions": {
"target": "ES6", "target": "ES6",
"module": "CommonJS", "module": "ES6",
"outDir": "dist", "outDir": "dist",
"strict": true "strict": true
} }