Initial commit

This commit is contained in:
kamil.mysliwiec
2017-02-25 15:13:01 +01:00
commit 0aabccf76a
14 changed files with 241 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"noLib": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"sourceMap": true,
"allowJs": true
},
"exclude": [
"node_modules"
]
}