refactor: migrate from bun to node types and fix discrepancies
This commit is contained in:
parent
a03e6e94a9
commit
21dac683a2
7 changed files with 18 additions and 31 deletions
|
|
@ -10,7 +10,7 @@
|
|||
"noEmit": true,
|
||||
// For nodejs:
|
||||
"lib": ["esnext"],
|
||||
"types": ["bun"],
|
||||
"types": ["node"],
|
||||
// and npm install -D @types/node
|
||||
|
||||
// Stricter Typechecking Options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue