Skip to content

Commit 6c7bcb6

Browse files
committed
Add ES6 typings
1 parent 0147258 commit 6c7bcb6

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jspm_packages
3838

3939
# Generated files
4040
dist
41+
42+
# Typings
43+
typings/

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "A simple project for getting started with TypeScript in cycle.js, using Webpack",
55
"main": "index.js",
66
"scripts": {
7+
"postinstall": "typings install",
78
"dev": "concurrently \"webpack --watch\" \"lite-server\"",
89
"start": "npm run dev"
910
},

typings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"globalDependencies": {
3+
"es6-shim": "registry:dt/es6-shim#0.31.2+20160602141504"
4+
}
5+
}

0 commit comments

Comments
 (0)