misc improvements

This commit is contained in:
Yeicor
2024-02-10 13:37:30 +01:00
parent dda1162953
commit f8ee906f45
11 changed files with 113 additions and 44 deletions

6
tsconfig.json Normal file
View File

@@ -0,0 +1,6 @@
{
"compilerOptions": {
"lib": ["ES2020", "DOM"],
"allowSyntheticDefaultImports": true
}
}