#82 Initial implementation of the DataTable component

forked Document List into a separate generic DataTable component, work
in progress
This commit is contained in:
Denys Vuika
2016-05-18 12:29:51 +01:00
parent 6183712028
commit a73591773b
34 changed files with 2744 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"compilerOptions": {
"target": "es5",
"module": "system",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"removeComments": true,
"declaration": true,
"outDir": "dist"
},
"exclude": [
"node_modules",
"typings/main",
"typings/main.d.ts"
]
}