Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhensherlock committed Aug 15, 2024
1 parent 32201cc commit e4a342f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@
"browser": "dist/index.esm.js",
"unpkg": "dist/index.iife.js",
"jsdelivr": "dist/index.iife.js",
"types": "dist/types/index.d.ts",
"types": "dist/types/src/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"types": "./dist/types/src/index.d.ts",
"import": {
"node": "./index.mjs",
"default": "./dist/index.esm.js"
},
"require": "./dist/index.cjs.js"
},
"./ie": {
"types": "./dist/ie/types/index.d.ts",
"types": "./dist/ie/types/src/index.d.ts",
"import": {
"node": "./index.mjs",
"default": "./dist/ie/index.esm.js"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"jsx": "preserve",
"lib": ["ES5", "DOM"]
},
"include": ["src/**/*.ts"]
// "include": ["src/**/*.ts"]
"exclude": ["**/node_modules/**", "**/dist/**", "**/docs/**", "jest.setup.ts"]
}

0 comments on commit e4a342f

Please sign in to comment.