Added glob files to package.json to export only lib files without maps

This commit is contained in:
Alexander Cerutti
2021-02-07 18:41:22 +01:00
parent 7426fae83e
commit 84d35ec4c2

View File

@@ -42,5 +42,8 @@
"@types/yazl": "^2.4.2",
"jasmine": "^3.6.4",
"typescript": "^4.1.3"
}
},
"files": [
"lib/**/*.+(js|d.ts)!(*.map)"
]
}