chore: 使用esModule为默认模块化

This commit is contained in:
= 2024-05-02 00:53:34 +08:00
parent 9bb77f1ca6
commit 3548cb03bc

View File

@ -1,6 +1,7 @@
{ {
"name": "algorithm", "name": "algorithm",
"version": "1.0.0", "version": "1.0.0",
"type": "module",
"description": "一个记录个人算法练习的仓库", "description": "一个记录个人算法练习的仓库",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {