mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
dont use dom libs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["ESNext", "DOM.Iterable", "DOM.AsyncIterable"],
|
||||
"lib": ["ESNext", "ES2015.Iterable", "ESNext.AsyncIterable"],
|
||||
// Path remapping
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
|
||||
Reference in New Issue
Block a user