mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 11:17:33 +01:00
fix(package.json): add "type": "module" (#679)
This commit is contained in:
parent
8500949bd6
commit
95973a5b95
@ -1,4 +1,4 @@
|
||||
module.exports = {
|
||||
export default {
|
||||
testMatch: ['**/test/**/*.+(ts|tsx|js)', '**/src/**/(*.)+(spec|test).+(ts|tsx|js)'],
|
||||
transform: {
|
||||
'^.+\\.(ts|tsx)$': 'ts-jest',
|
||||
|
@ -3,6 +3,7 @@
|
||||
"version": "2.5.5",
|
||||
"description": "Ultrafast web framework for Cloudflare Workers, Deno, and Bun.",
|
||||
"main": "dist/cjs/index.js",
|
||||
"type": "module",
|
||||
"module": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
|
Loading…
Reference in New Issue
Block a user