@pdfme/generator
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -11,3 +11,3 @@ module.exports = { | ||
parserOptions: { | ||
project: ['./tsconfig.json'], // Specify it only for TypeScript files | ||
project: ['./tsconfig.esm.json'], // Specify it only for TypeScript files | ||
}, | ||
@@ -30,4 +30,4 @@ }, | ||
sourceType: 'module', | ||
project: 'tsconfig.json', | ||
project: 'tsconfig.esm.json', | ||
}, | ||
}; |
{ | ||
"name": "@pdfme/generator", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "author": "hand-dot", |
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
222286