This commit is contained in:
2024-07-13 22:49:22 +02:00
parent 6452ec2dba
commit 5cb2c50fb9
2 changed files with 2814 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "bundler",
"moduleResolution": "node",
"moduleDetection": "force",
"allowImportingTsExtensions": true,
"noEmit": true,
@@ -15,8 +15,5 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"types": [
"bun-types" // add Bun global
]
}
}

2813
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff