development -> main #1

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

View file

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