Mercurial > hg > ng2-query-ismi
annotate tsconfig.json @ 40:896ae7eefb33
fix relation type queries.
author | casties |
---|---|
date | Mon, 15 Feb 2016 11:10:08 +0100 |
parents | f6f4177d0a81 |
children |
rev | line source |
---|---|
0 | 1 { |
2 "compilerOptions": { | |
3 "target": "ES5", | |
24 | 4 "module": "commonjs", |
0 | 5 "sourceMap": true, |
6 "emitDecoratorMetadata": true, | |
7 "experimentalDecorators": true, | |
8 "removeComments": false, | |
22 | 9 "noImplicitAny": false, |
10 "outDir": "build" | |
0 | 11 }, |
12 "exclude": [ | |
22 | 13 "jspm_packages", |
14 "node_modules", | |
15 "dist" | |
0 | 16 ] |
22 | 17 } |