@preco21/tsconfig
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "@preco21/tsconfig", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Shared TypeScript config for my projects", | ||
@@ -5,0 +5,0 @@ "author": "Plusb Preco <plusb21@gmail.com>", |
@@ -36,2 +36,3 @@ # tsconfig | ||
"esModuleInterop": true, | ||
"sourceMap": true, | ||
"declaration": false, | ||
@@ -38,0 +39,0 @@ } |
@@ -10,3 +10,2 @@ { | ||
"jsx": "react", | ||
"sourceMap": true, | ||
"declaration": true, | ||
@@ -13,0 +12,0 @@ "newLine": "lf", |
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
45
21