demos folder

This commit is contained in:
Mario Romano
2016-05-19 10:29:42 +01:00
parent 337f00999d
commit faeaf7ad88
20 changed files with 482 additions and 54 deletions

View File

@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "ES5",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"removeComments": true,
"declaration": true,
"outDir": "dist"
},
"exclude": [
"node_modules",
"typings"
]
}