Fix various issues (import style, type on Writer)

This commit is contained in:
2024-05-14 23:09:11 +02:00
parent 17ac2bdcf4
commit c948aa3cc2
4 changed files with 6 additions and 8 deletions
-2
View File
@@ -1,7 +1,5 @@
{
"compilerOptions": {
"baseUrl": "./src",
// Enable latest features
"lib": ["ESNext","dom"],
"target": "ESNext",