This commit is contained in:
Andras Schmelczer 2025-03-15 15:17:21 +00:00
parent 15a09dff95
commit 826e391f87
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
10 changed files with 652 additions and 654 deletions

View file

@ -6,12 +6,10 @@
"allowSyntheticDefaultImports": true,
"moduleResolution": "bundler",
"lib": [
"DOM", // to get "fetch"
"DOM" // to get "fetch"
],
"declaration": true,
"declarationDir": "./dist/types"
},
"exclude": [
"./dist"
]
}
"exclude": ["./dist"]
}