@salesforce/dev-config
Advanced tools
Comparing version 4.1.0 to 4.2.0
{ | ||
"name": "@salesforce/dev-config", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "A set of standard typescript config and tslint options for Salesforce projects.", | ||
@@ -5,0 +5,0 @@ "repository": "forcedotcom/dev-config", |
@@ -5,3 +5,3 @@ { | ||
"target": "ES2022", | ||
"lib": ["ES2022"], | ||
"lib": ["ES2023"], | ||
"sourceMap": true, | ||
@@ -8,0 +8,0 @@ "declaration": true, |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es2021", | ||
"lib": ["es2021"], | ||
"module": "Node16", | ||
"target": "ES2022", | ||
"lib": ["ES2023"], | ||
"sourceMap": true, | ||
@@ -7,0 +7,0 @@ "declaration": 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
4474