mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
feat: convert to Node.js compatible ES Module
This commit is contained in:
parent
730aac8da2
commit
d9212b4dac
94 changed files with 429 additions and 466 deletions
|
@ -23,7 +23,7 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"module": "esm/index.js",
|
||||
"main": "esm/index.js",
|
||||
"types": "esm/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "build-ts-package",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"prepublishOnly": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^4.6.2",
|
||||
"typescript": "next",
|
||||
"@types/jest": "^27.4.0",
|
||||
"@yume-chan/ts-package-builder": "^1.0.0"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue