diff options
author | 2022-04-04 06:38:12 -0700 | |
---|---|---|
committer | 2022-04-04 06:38:12 -0700 | |
commit | 044f23739c6999e4087227e35f50a01cde0a90a2 (patch) | |
tree | e2f74022a86a15ee733f1e2c6226287e363f47b9 | |
parent | 05a4991a5f740cc7d77403fe0d119a7dbc737782 (diff) | |
download | bun-044f23739c6999e4087227e35f50a01cde0a90a2.tar.gz bun-044f23739c6999e4087227e35f50a01cde0a90a2.tar.zst bun-044f23739c6999e4087227e35f50a01cde0a90a2.zip |
Update tsconfig.json
-rw-r--r-- | tsconfig.json | 2 |
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"] } |