Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Nov 6, 2023
1 parent 1fa38fd commit ee4f576
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"compilerOptions": {
"rootDir": "src",
"outDir": "lib",
"module": "ESNext"
"strict": true,
"declaration": true,
"importHelpers": true,
"target": "ESNext",
"module": "NodeNext",
"esModuleInterop": true
}
}

0 comments on commit ee4f576

Please sign in to comment.