#101 datatable demo project

This commit is contained in:
Denys Vuika
2016-05-26 11:07:06 +01:00
parent 0600fc6491
commit a6d2df6004
11 changed files with 426 additions and 4 deletions

View File

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