revert Bun stuff?
This commit is contained in:
bingus_violet 2024-05-17 18:18:13 -05:00
parent 330dbc5124
commit 6ab16fa4d3
3 changed files with 1 additions and 34 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -1,27 +0,0 @@
{
"compilerOptions": {
// Enable latest features
"lib": ["ESNext", "DOM"],
"target": "ESNext",
"module": "ESNext",
"moduleDetection": "force",
"jsx": "react-jsx",
"allowJs": true,
// Bundler mode
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,
"noEmit": true,
// Best practices
"strict": true,
"skipLibCheck": true,
"noFallthroughCasesInSwitch": true,
// Some stricter flags (disabled by default)
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false
}
}

View file

@ -21,11 +21,5 @@
"minify-html": "^0.0.2",
"ws": "^8.16.0",
"youtubei.js": "^9.0.2"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
}