This commit is contained in:
Andras Schmelczer 2025-02-25 21:56:01 +00:00
commit 6b9f1e6c12
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
5 changed files with 32 additions and 14 deletions

View file

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