Switch our tsconfigs over to NodeNext (#57213)

This commit is contained in:
Jake Bailey 2024-02-23 13:16:35 -08:00 committed by GitHub
parent 24a43256bd
commit f71d629e3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
{
"extends": "../tsconfig-base",
"compilerOptions": {
"module": "commonjs",
"types": [
"node"
]

View File

@ -6,8 +6,8 @@
"pretty": true,
"lib": ["es2020"],
"target": "es2020",
"module": "CommonJS",
"moduleResolution": "node",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"declaration": true,
"declarationMap": true,