werks here

This commit is contained in:
peter
2019-08-03 20:28:36 +02:00
parent d9ccd4d9d3
commit 52ec9c8201
53 changed files with 561 additions and 349 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"module": "commonjs",
"declaration": true,
"outDir": "./lib",
"strict": true
"strict": true,
"experimentalDecorators": true
},
"include": ["src/backend"],
"exclude": ["node_modules", "**/__tests__/*"],