mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 03:09:39 -06:00
Switch our tsconfigs over to NodeNext (#57213)
This commit is contained in:
parent
24a43256bd
commit
f71d629e3f
@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "../tsconfig-base",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"types": [
|
||||
"node"
|
||||
]
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
"pretty": true,
|
||||
"lib": ["es2020"],
|
||||
"target": "es2020",
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "node",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user