parallax-common-config
Advanced tools
Comparing version 0.9.1 to 0.10.0
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.9.1", | ||
"version": "0.10.0", | ||
"repository": { | ||
@@ -24,0 +24,0 @@ "type": "git", |
@@ -6,2 +6,5 @@ { | ||
"declaration": true, | ||
"declarationMap": true, | ||
"downlevelIteration": true, | ||
"emitDecoratorMetadata": true, | ||
"noImplicitAny": true, | ||
@@ -17,3 +20,3 @@ "noImplicitThis": true, | ||
"moduleResolution": "node", | ||
"target": "ES5", | ||
"target": "ES6", | ||
"lib": [ | ||
@@ -38,2 +41,3 @@ "dom.iterable", | ||
"exclude": [ | ||
"index.ts", | ||
"jest.config.js", | ||
@@ -40,0 +44,0 @@ "dist", |
{ | ||
"compilerOptions": { | ||
"emitDecoratorMetadata": true, | ||
"experimentalDecorators": true, | ||
"downlevelIteration": true, | ||
"sourceMap": true, | ||
@@ -17,2 +19,3 @@ "noImplicitAny": true, | ||
"dom.iterable", | ||
"es2015.promise", | ||
"esnext", | ||
@@ -19,0 +22,0 @@ "dom" |
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
45851
563