aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-04 06:38:12 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-04 06:38:12 -0700
commit044f23739c6999e4087227e35f50a01cde0a90a2 (patch)
treee2f74022a86a15ee733f1e2c6226287e363f47b9
parent05a4991a5f740cc7d77403fe0d119a7dbc737782 (diff)
downloadbun-044f23739c6999e4087227e35f50a01cde0a90a2.tar.gz
bun-044f23739c6999e4087227e35f50a01cde0a90a2.tar.zst
bun-044f23739c6999e4087227e35f50a01cde0a90a2.zip
Update tsconfig.json
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 5b63aff95..6b0a42469 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,8 @@
{
"compilerOptions": {
"lib": ["ESNext"],
+ "module": "esnext",
+ "target": "esnext",
"typeRoots": ["./types"],
"types": ["bun"]
}