@salesforce/dev-config
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -5,2 +5,9 @@ # Changelog | ||
## [3.1.0](https://github.com/forcedotcom/dev-config/compare/v3.0.1...v3.1.0) (2022-07-07) | ||
### Features | ||
* bump tsconfig target/lib ([2e0969c](https://github.com/forcedotcom/dev-config/commit/2e0969c72d1649bdedbc3fa9c64b6c5fbba7316a)) | ||
### [3.0.1](https://github.com/forcedotcom/dev-config/compare/v3.0.0...v3.0.1) (2022-02-12) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@salesforce/dev-config", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "A set of standard typescript config and tslint options for Salesforce projects.", | ||
@@ -5,0 +5,0 @@ "repository": "forcedotcom/dev-config", |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es2019", | ||
"lib": ["es2019"], | ||
"target": "es2020", | ||
"lib": ["es2020"], | ||
"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
6872