mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update tsconfigs
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler"
|
||||
},
|
||||
"include": [
|
||||
".",
|
||||
|
||||
@@ -23,6 +23,8 @@
|
||||
"url": ["node_modules/url"],
|
||||
"util": ["node_modules/util"],
|
||||
"zlib": ["node_modules/browserify-zlib"]
|
||||
}
|
||||
},
|
||||
"noEmit": true,
|
||||
"allowJs": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"lib": ["ESNext"],
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"moduleResolution": "nodenext",
|
||||
"moduleResolution": "Bundler",
|
||||
"allowImportingTsExtensions": true,
|
||||
"noEmit": true,
|
||||
"strict": true,
|
||||
|
||||
Reference in New Issue
Block a user