Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 0326c50

Browse files
committed
poc: typescript transformer support for tsickle
1 parent 77de611 commit 0326c50

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+1855
-492
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "tsickle",
33
"version": "0.21.6",
44
"description": "Transpile TypeScript code to JavaScript with Closure annotations.",
5-
"main": "build/src/tsickle.js",
6-
"typings": "build/definitions/tsickle.d.ts",
5+
"main": "build/src/index.js",
6+
"typings": "build/definitions/index.d.ts",
77
"bin": "build/src/main.js",
88
"directories": {
99
"test": "test"
@@ -15,7 +15,7 @@
1515
"source-map-support": "^0.4.2"
1616
},
1717
"peerDependencies": {
18-
"typescript": "2.3.1"
18+
"typescript": "2.3.4"
1919
},
2020
"devDependencies": {
2121
"@types/chai": "^3.4.32",

0 commit comments

Comments
 (0)