comparison src/tsconfig.json @ 47:b65a031c4967 ng2-final

first step to angular2-final (2.4) version of the query browser.
author casties
date Fri, 17 Mar 2017 20:16:52 +0100
parents
children
comparison
equal deleted inserted replaced
46:1f3fed01aef6 47:b65a031c4967
1 {
2 "compilerOptions": {
3 "target": "es5",
4 "module": "commonjs",
5 "moduleResolution": "node",
6 "sourceMap": true,
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 "lib": [ "es2015", "dom" ],
10 "noImplicitAny": false,
11 "suppressImplicitAnyIndexErrors": true
12 }
13 }