@tsconfig/node-lts
Advanced tools
Comparing version 20.1.3 to 22.0.0
@@ -9,3 +9,3 @@ { | ||
"license": "MIT", | ||
"description": "A base TSConfig for working with Node LTS.", | ||
"description": "A base TSConfig for working with Node LTS (22).", | ||
"keywords": [ | ||
@@ -15,3 +15,3 @@ "tsconfig", | ||
], | ||
"version": "20.1.3" | ||
"version": "22.0.0" | ||
} |
@@ -1,2 +0,2 @@ | ||
### A base TSConfig for working with Node LTS. | ||
### A base TSConfig for working with Node LTS (22). | ||
@@ -22,6 +22,6 @@ Add the package to your `"devDependencies"`: | ||
// This file was autogenerated by a script | ||
// Equivalent to a config of: node20 | ||
// Equivalent to a config of: node22 | ||
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"_version": "20.1.0", | ||
"_version": "22.0.0", | ||
"compilerOptions": { | ||
@@ -28,0 +28,0 @@ "lib": [ |
// This file was autogenerated by a script | ||
// Equivalent to a config of: node20 | ||
// Equivalent to a config of: node22 | ||
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"_version": "20.1.0", | ||
"_version": "22.0.0", | ||
"compilerOptions": { | ||
@@ -7,0 +7,0 @@ "lib": [ |
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
2564