Skip to content

Commit 9634e72

Browse files
authored
Switch to commonjs to esm (#9)
1 parent 1839b72 commit 9634e72

7 files changed

+319
-10
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/zachkirsch/trpc-openapi-2"
88
},
9+
"type": "module",
910
"main": "lib/index.js",
1011
"files": [
1112
"lib",
@@ -38,6 +39,7 @@
3839
"prettier": "^3.4.2",
3940
"typescript": "^5.7.2",
4041
"typescript-eslint": "^8.17.0",
42+
"vite": "^6.0.3",
4143
"vitest": "^2.1.8"
4244
}
4345
}

0 commit comments

Comments
 (0)