Update tsconfigs

This commit is contained in:
Colin McDonnell
2023-10-03 13:31:19 -07:00
parent 98e9e9b112
commit df9461ecc5
3 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,9 @@
{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true
"noEmit": true,
"module": "esnext",
"moduleResolution": "bundler"
},
"include": [
".",

View File

@@ -23,6 +23,8 @@
"url": ["node_modules/url"],
"util": ["node_modules/util"],
"zlib": ["node_modules/browserify-zlib"]
}
},
"noEmit": true,
"allowJs": true
}
}

View File

@@ -3,7 +3,7 @@
"lib": ["ESNext"],
"module": "esnext",
"target": "esnext",
"moduleResolution": "nodenext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"strict": true,