mirror of
https://github.com/Smile-QWQ/SubTracker.git
synced 2026-06-03 15:40:27 +08:00
fix: restore shared package type resolution
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
"type": "module",
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"types": "./src/index.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"types": "./src/index.ts",
|
||||
"import": "./dist/index.js",
|
||||
"require": "./dist/index.cjs",
|
||||
"default": "./dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user