This commit is contained in:
Andras Schmelczer 2025-02-25 21:56:01 +00:00
parent f6ee0b727b
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

@ -6,7 +6,12 @@
"strict": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": ["DOM", "ESNext"]
"lib": [
"DOM",
"ESNext"
]
},
"exclude": ["./dist"]
}
"exclude": [
"./dist"
]
}