diff --git a/app/tsconfig.json b/app/tsconfig.json index a67309d..2bd4ee0 100644 --- a/app/tsconfig.json +++ b/app/tsconfig.json @@ -5,7 +5,6 @@ "target": "ESNext", "moduleResolution": "Bundler", "moduleDetection": "force", - "types": ["bun-types"], "allowImportingTsExtensions": true, "noEmit": true, "composite": true, @@ -30,6 +29,6 @@ "noUnusedParameters": true, "isolatedModules": true, "checkJs": true, - "esModuleInterop": true - } + "esModuleInterop": true, + }, } diff --git a/bun.lockb b/bun.lockb index af9aad7..75ded70 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e8fcdff..0b48e17 100644 --- a/package.json +++ b/package.json @@ -45,10 +45,10 @@ "devDependencies": { "@commitlint/config-conventional": "^18.4.4", "@commitlint/cz-commitlint": "^18.4.4", + "@types/bun": "latest", "@types/eslint": "^8.56.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.18.1", - "bun-types": "latest", "commitizen": "^4.3.0", "commitlint": "^18.4.4", "eslint": "^8.56.0",