|
9 | 9 | "removeComments": false, |
10 | 10 | "noImplicitAny": false |
11 | 11 | }, |
12 | | - "exclude": ["node_modules", "typings/main", "typings/main.d.ts", "dist/npm" ] |
| 12 | + "files": [ |
| 13 | + "typings/browser.d.ts", |
| 14 | + "src/jquery.d.ts", |
| 15 | + "src/igniteui.d.ts", |
| 16 | + "src/igniteui.angular2.ts", |
| 17 | + "samples/data/tasks.ts", |
| 18 | + "samples/data/product-categories.ts", |
| 19 | + "samples/data/northwind.ts", |
| 20 | + "samples/data/northwind-employees.ts", |
| 21 | + "samples/data/candidates.ts", |
| 22 | + "samples/igVideoPlayer/app.ts", |
| 23 | + "samples/igUpload/app.ts", |
| 24 | + "samples/igTreeGrid/app.ts", |
| 25 | + "samples/igTree/app.ts", |
| 26 | + "samples/igTileManager/app.ts", |
| 27 | + "samples/igPivotGrid-XmlaDataSource/app.ts", |
| 28 | + "samples/igPivotGrid-FlatDataSource/app.ts", |
| 29 | + "samples/igMap/app.ts", |
| 30 | + "samples/igLayoutManager/app.ts", |
| 31 | + "samples/igHtmlEditor/app.ts", |
| 32 | + "samples/igHierarchicalGrid/app.ts", |
| 33 | + "samples/igGrid/app.ts", |
| 34 | + "samples/igGrid-TopLevelOpts/app.ts", |
| 35 | + "samples/igEditors/app.ts", |
| 36 | + "samples/igDialog/app.ts", |
| 37 | + "samples/igDataChart/app.ts", |
| 38 | + "samples/igCombo/app.ts", |
| 39 | + "app/samples.ts", |
| 40 | + "app/boot.ts", |
| 41 | + "tests/unit/igvideoplayer/videoplayer.spec.ts", |
| 42 | + "tests/unit/igvalidator/validator.spec.ts", |
| 43 | + "tests/unit/igupload/upload.spec.ts", |
| 44 | + "tests/unit/igtreegrid/treegrid.spec.ts", |
| 45 | + "tests/unit/igtree/igtree.spec.ts", |
| 46 | + "tests/unit/igtilemanager/tilemanager.spec.ts", |
| 47 | + "tests/unit/igsplitter/splitter.spec.ts", |
| 48 | + "tests/unit/igsplitbutton/splitbutton.spec.ts", |
| 49 | + "tests/unit/igsparkline/sparkline.spec.ts", |
| 50 | + "tests/unit/igrating/rating.spec.ts", |
| 51 | + "tests/unit/igradialmenu/radialmenu.spec.ts", |
| 52 | + "tests/unit/igradialgauge/igradialgauge.spec.ts", |
| 53 | + "tests/unit/igqrcodebarcode/qrcodebarcode.spec.ts", |
| 54 | + "tests/unit/igpopover/popover.spec.ts", |
| 55 | + "tests/unit/igpivotgrid/pivotgrid.spec.ts", |
| 56 | + "tests/unit/igpivotdataselector/pivotdataselector.spec.ts", |
| 57 | + "tests/unit/igpiechart/piechart.spec.ts", |
| 58 | + "tests/unit/ignotifier/notifier.spec.ts", |
| 59 | + "tests/unit/igmap/map.spec.ts", |
| 60 | + "tests/unit/iglineargauge/lineargauge.spec.ts", |
| 61 | + "tests/unit/iglayoutmanager/layoutmanager.spec.ts", |
| 62 | + "tests/unit/ightmleditor/htmleditor.spec.ts", |
| 63 | + "tests/unit/ighierarchicalgrid/hierarchicalgrid.spec.ts", |
| 64 | + "tests/unit/iggrid/grid.spec.ts", |
| 65 | + "tests/unit/igfunnerchart/funnelchart.spec.ts", |
| 66 | + "tests/unit/igeditors/editors.spec.ts", |
| 67 | + "tests/unit/igdoughnutchart/doughnutchart.spec.ts", |
| 68 | + "tests/unit/igdialog/dialog.spec.ts", |
| 69 | + "tests/unit/igdatachart/chart.spec.ts", |
| 70 | + "tests/unit/igcombo/combo.spec.ts", |
| 71 | + "tests/unit/igbulletgraph/bulletgraph.spec.ts" |
| 72 | + ] |
13 | 73 | } |
0 commit comments