Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
gigobyte committed Dec 30, 2023
1 parent 347076c commit 4ea1c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"target": "es2020",
"lib": ["es2020"],
"module": "es2020",
"module": "nodenext",
"moduleResolution": "nodenext",
"outDir": "lib/esm",
"esModuleInterop": true
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"noUncheckedIndexedAccess": true,
"esModuleInterop": true
},
"exclude": ["site", "lib"]
"exclude": ["site", "**/*.test.ts", "lib"]
}

0 comments on commit 4ea1c1b

Please sign in to comment.