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"], "lib": ["ESNext"],
"module": "esnext", "module": "esnext",
"target": "esnext", "target": "esnext",
"moduleResolution": "bundler", "moduleResolution": "node",
"moduleDetection": "force", "moduleDetection": "force",
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true,
"noEmit": true, "noEmit": true,
@@ -15,8 +15,5 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"allowJs": 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