Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Dec 4, 2024
1 parent 1eba6cc commit d7399ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.build.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"outDir": "./lib/cjs",
"esModuleInterop": true,
"module": "commonjs",

// To build for Node 18 the lru-cache package has conflicting types
"skipLibCheck": true,
}
}
2 changes: 2 additions & 0 deletions tsconfig.build.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"outDir": "./lib/esm",
"esModuleInterop": true,
"module": "es2020",

// To build for Node 18 the lru-cache package has conflicting types
"skipLibCheck": true,
}
}

0 comments on commit d7399ed

Please sign in to comment.