Merge branch 'master' into 6712-fix-set-post-language-if-undedected

This commit is contained in:
Hannes Heine 2023-09-12 09:03:42 +02:00 committed by GitHub
commit 636bbafac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
webapp/jsconfig.json Normal file
View File

@ -0,0 +1,13 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": [
"./*"
],
"~*": [
"./*"
],
}
}
}