Commit e33ed9a3 authored by Ward Bell's avatar Ward Bell

chore: v.2.1.1 + move to @types (0.2.13)

parent 068ed638
<a name="0.2.13"></a>
# 0.2.13 (2016-10-20)
* Protractor 4
* Move from `typings` to `@types`. See `tsconfig.json` changes.
* Angular v2.1.1
<a name="0.2.12"></a> <a name="0.2.12"></a>
# 0.2.12 (2016-10-06) # 0.2.12 (2016-10-06)
* Angular v2.1.0 * Angular v2.1.0
......
...@@ -8,6 +8,13 @@ ...@@ -8,6 +8,13 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"removeComments": false, "removeComments": false,
"noImplicitAny": true, "noImplicitAny": true,
"suppressImplicitAnyIndexErrors": true "suppressImplicitAnyIndexErrors": true,
} "typeRoots": [
"./node_modules/@types/"
]
},
"exclude": [
"node_modules/*"
]
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment