@tsconfig/node18
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,1 +0,15 @@ | ||
{"name":"@tsconfig/node18","repository":{"type":"git","url":"https://github.com/tsconfig/bases.git","directory":"bases"},"license":"MIT","description":"A base TSConfig for working with Node 18.","keywords":["tsconfig","node18"],"version":"1.0.1"} | ||
{ | ||
"name": "@tsconfig/node18", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tsconfig/bases.git", | ||
"directory": "bases" | ||
}, | ||
"license": "MIT", | ||
"description": "A base TSConfig for working with Node 18.", | ||
"keywords": [ | ||
"tsconfig", | ||
"node18" | ||
], | ||
"version": "1.0.2" | ||
} |
@@ -26,3 +26,3 @@ ### A base TSConfig for working with Node 18. | ||
"compilerOptions": { | ||
"lib": ["es2022"], | ||
"lib": ["es2023"], | ||
"module": "commonjs", | ||
@@ -29,0 +29,0 @@ "target": "es2022", |
@@ -6,3 +6,3 @@ { | ||
"compilerOptions": { | ||
"lib": ["es2022"], | ||
"lib": ["es2023"], | ||
"module": "commonjs", | ||
@@ -9,0 +9,0 @@ "target": "es2022", |
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
2451