From f6b3cf4c82425571e40785ee7a0b43db926e9111 Mon Sep 17 00:00:00 2001 From: creations Date: Thu, 12 Jun 2025 17:42:31 -0400 Subject: [PATCH] random updates --- package.json | 7 ++----- tsconfig.json | 4 +--- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index fd0cd43..f220cbb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bun_frontend_template", + "name": "bun_http_template", "module": "src/index.ts", "type": "module", "scripts": { @@ -7,15 +7,12 @@ "dev": "bun run --hot src/index.ts --dev", "lint": "bunx biome check", "lint:fix": "bunx biome check --fix", - "cleanup": "rm -rf logs node_modules bun.lockdb" + "cleanup": "rm -rf logs node_modules bun.lock" }, "devDependencies": { "@types/bun": "latest", "@biomejs/biome": "latest" }, - "peerDependencies": { - "typescript": "latest" - }, "dependencies": { "@atums/echo": "latest" } diff --git a/tsconfig.json b/tsconfig.json index c28c71d..cf343ea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,9 +3,7 @@ "baseUrl": "./", "paths": { "@*": ["src/*"], - "@config": ["config/index.ts"], - "@config/*": ["config/*"], - "@types/*": ["types/*"] + "@config": ["config/index.ts"] }, "typeRoots": ["./types", "./node_modules/@types"], "lib": ["ESNext", "DOM"],