move to bun

This commit is contained in:
Mona Mayrhofer 2024-11-22 13:48:00 +01:00
parent 00e9885832
commit a75e485e7f
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0
6 changed files with 20 additions and 3821 deletions

View file

@ -1,8 +1,9 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2022",
"useDefineForClassFields": true,
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"types": ["vitest/importMeta"],
"module": "ESNext",
"skipLibCheck": true,
@ -23,8 +24,8 @@
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"checkJs": true,