@tsconfig/node-lts
Advanced tools
Comparing version 18.12.3 to 18.12.4
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "18.12.3" | ||
"version": "18.12.4" | ||
} |
@@ -28,6 +28,4 @@ ### A base TSConfig for working with Node LTS. | ||
"compilerOptions": { | ||
"lib": [ | ||
"es2023" | ||
], | ||
"module": "Node16", | ||
"lib": ["es2023"], | ||
"module": "node16", | ||
"target": "es2022", | ||
@@ -41,4 +39,5 @@ "strict": true, | ||
} | ||
``` | ||
You can find the [code here](https://github.com/tsconfig/bases/blob/master/bases/node-lts.json). |
@@ -8,6 +8,4 @@ // This file was autogenerated by a script | ||
"compilerOptions": { | ||
"lib": [ | ||
"es2023" | ||
], | ||
"module": "Node16", | ||
"lib": ["es2023"], | ||
"module": "node16", | ||
"target": "es2022", | ||
@@ -20,2 +18,2 @@ "strict": true, | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2673
62607
17
42