@tsconfig/node18
Advanced tools
Comparing version 2.0.1 to 18.2.0
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "2.0.1" | ||
"version": "18.2.0" | ||
} |
@@ -25,3 +25,3 @@ ### A base TSConfig for working with Node 18. | ||
"_version": "2.0.0", | ||
"_version": "18.2.0", | ||
@@ -37,3 +37,3 @@ "compilerOptions": { | ||
"forceConsistentCasingInFileNames": true, | ||
"moduleResolution": "node" | ||
"moduleResolution": "node16" | ||
} | ||
@@ -40,0 +40,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"_version": "2.0.0", | ||
"_version": "18.2.0", | ||
@@ -17,4 +17,4 @@ "compilerOptions": { | ||
"forceConsistentCasingInFileNames": true, | ||
"moduleResolution": "node" | ||
"moduleResolution": "node16" | ||
} | ||
} |
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
2502