@buames/tsconfig
Advanced tools
Comparing version 0.0.1 to 0.0.2-next.0
# @buames/tsconfig | ||
## 0.0.2-next.0 | ||
### Patch Changes | ||
- a622d8c: Update all deps to latest | ||
- 302aecd: Enable `experimentalDecorators` by default | ||
## 0.0.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@buames/tsconfig", | ||
"version": "0.0.1", | ||
"version": "0.0.2-next.0", | ||
"description": "@buames/tsconfig", | ||
@@ -11,2 +11,5 @@ "main": "tsconfig.json", | ||
], | ||
"peerDependencies": { | ||
"typescript": ">=4.0.0" | ||
}, | ||
"author": "buames", | ||
@@ -19,6 +22,3 @@ "homepage": "https://github.com/buames/dev-tools#README.md", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -8,3 +8,3 @@ { | ||
"esModuleInterop": true, | ||
"experimentalDecorators": false, | ||
"experimentalDecorators": true, | ||
"declaration": true, | ||
@@ -11,0 +11,0 @@ "declarationMap": false, |
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
4666
1