Update to Typescript 2.0 (#71)
* Switches to Typescript 2.0 and removes typings You should remove typings folder to remove typing errors. Closes #64
This commit is contained in:
committed by
József Farkas
parent
7691c88b95
commit
094060d8db
@@ -8,12 +8,17 @@
|
||||
"experimentalDecorators": true,
|
||||
"removeComments": false,
|
||||
"noImplicitAny": true,
|
||||
"suppressImplicitAnyIndexErrors": true
|
||||
"suppressImplicitAnyIndexErrors": true,
|
||||
"baseUrl": "./src",
|
||||
"types": [
|
||||
"node",
|
||||
"jquery",
|
||||
"es6-shim",
|
||||
"select2"
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"typings/main",
|
||||
"typings/main.d.ts",
|
||||
"config-serializer"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user