Mention moduleResolution: node so people copy paste the right thing

This commit is contained in:
Jarred Sumner
2022-08-01 15:06:50 -07:00
parent cfa7a43ee7
commit 35bd08f7d7

View File

@@ -272,6 +272,7 @@ bun add bun-types
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
// "bun-types" is the important part
"types": ["bun-types"]
}