Skip to content
Snippets Groups Projects
Commit 471b97ef authored by Zdravko Iliev's avatar Zdravko Iliev
Browse files

fix

parent 6ef22966
No related branches found
No related tags found
1 merge request!1Draft: Resolve "[Document Sealing] Implement PDF parser"
Pipeline #47764 passed
......@@ -6,6 +6,7 @@
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "commonjs",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
......
......@@ -4,7 +4,8 @@
"target": "es2015",
"declaration": true,
"outDir": "./dist",
"allowJs": true
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"include": ["src/**/*"]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment