We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1047f5a commit a7705caCopy full SHA for a7705ca
package.json
@@ -3,7 +3,6 @@
3
"title": "TaxJs",
4
"version": "2021.0.0",
5
"description": "german tax calculation in typescript and javascript",
6
- "private": true,
7
"scripts": {
8
"create-ts": "node build/create-ts.js",
9
"create-js" : "tsc --target ES5 --module AMD --outDir dist/amd && tsc --target ES5 --module CommonJs --outDir dist/commonjs && tsc --target ES5 --module System --outDir dist/system && tsc --target ES5 --module UMD --outDir dist/umd && tsc --target ES2015 --module ES2015 --outDir dist/es2015",
0 commit comments