This commit is contained in:
Andras Schmelczer 2025-02-23 10:12:33 +00:00
commit 0bf5f024ea
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 33 additions and 38 deletions

View file

@ -5,12 +5,7 @@
"target": "ES2022", "target": "ES2022",
"module": "CommonJS", "module": "CommonJS",
"esModuleInterop": true, "esModuleInterop": true,
"lib": [ "lib": ["DOM", "ESNext"]
"DOM",
"ESNext"
]
}, },
"exclude": [ "exclude": ["./dist"]
"./dist"
]
} }