Skip to content

Commit

Permalink
feat: @types/bun
Browse files Browse the repository at this point in the history
  • Loading branch information
ikxin committed Jan 5, 2024
1 parent 4ddad75 commit c9a48c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^1.2.0",
"@types/bun": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-vue": "^4.3.4",
"bun-types": "^1.0.2",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vue": "^9.17.0",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"moduleResolution": "Bundler",
"noEmit": true,
"paths": { "@/*": ["src/*"] },
"skipLibCheck": true,
"types": ["bun-types"]
"skipLibCheck": true
},
"include": ["**/*.vue", "**/*.ts", "**/*.d.ts"]
}

0 comments on commit c9a48c9

Please sign in to comment.