|
47 | 47 | "rollup-plugin-replace": "~2.2.0", |
48 | 48 | "rollup-plugin-terser": "~5.0.0", |
49 | 49 | "ts-node": "~8.2.0", |
| 50 | + "ts-transformer-minify-privates": "~0.1.0", |
50 | 51 | "tslib": "1.9.3", |
51 | 52 | "tslint": "5.17.0", |
52 | 53 | "tslint-eslint-rules": "~5.4.0", |
53 | 54 | "tslint-microsoft-contrib": "~6.2.0", |
| 55 | + "ttypescript": "~1.5.7", |
54 | 56 | "typescript": "3.5.1", |
55 | 57 | "vrsource-tslint-rules": "6.0.0" |
56 | 58 | }, |
57 | 59 | "scripts": { |
58 | 60 | "install": "npm run install-hooks && cd tests/e2e && npm i", |
59 | 61 | "install-hooks": "node scripts/githooks/install.js", |
60 | 62 | "clean": "rimraf lib/ dist/", |
61 | | - "bundle-dts": "tsc --noEmit --allowJs dts-config.js && dts-bundle-generator --config dts-config.js", |
62 | | - "tsc": "tsc -b src", |
63 | | - "tsc-watch": "tsc -b --watch --preserveWatchOutput", |
64 | | - "tsc-all": "tsc -b .", |
65 | | - "tsc-all-watch": "tsc -b . --watch --preserveWatchOutput", |
| 63 | + "bundle-dts": "ttsc --noEmit --allowJs dts-config.js && dts-bundle-generator --config dts-config.js", |
| 64 | + "tsc": "ttsc -b src", |
| 65 | + "tsc-watch": "ttsc -b --watch --preserveWatchOutput", |
| 66 | + "tsc-all": "ttsc -b .", |
| 67 | + "tsc-all-watch": "ttsc -b . --watch --preserveWatchOutput", |
66 | 68 | "lint": "npm-run-all -p lint:**", |
67 | 69 | "lint:eslint": "eslint --format=unix --ext .js ./", |
68 | 70 | "lint:tslint": "tslint --config tslint.json --project tsconfig.all-non-composite.json", |
|
0 commit comments