diff --git a/bun.lockb b/bun.lockb deleted file mode 100755 index 771294b..0000000 Binary files a/bun.lockb and /dev/null differ diff --git a/jsconfig.json b/jsconfig.json deleted file mode 100644 index 238655f..0000000 --- a/jsconfig.json +++ /dev/null @@ -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 - } -} diff --git a/package.json b/package.json index d20d2f1..299ccca 100644 --- a/package.json +++ b/package.json @@ -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" } -} \ No newline at end of file +}