Skip to content

Commit

Permalink
🔨 Compatibility required
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelWaldvogel committed Oct 31, 2021
1 parent 1477771 commit fa9dd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.1",
"description": "A vCard v4 parser with type safety first",
"type": "module",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"declaration": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es6",
"target": "es5",
"noImplicitAny": true,
"moduleResolution": "node",
"sourceMap": true,
Expand Down

0 comments on commit fa9dd0e

Please sign in to comment.