annotate tsconfig.json @ 25:0795207f3b90
ng2-table now with pager, sorting and styling.
author |
casties |
date |
Tue, 26 Jan 2016 19:19:23 +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 } |