add customer template

This commit is contained in:
2019-07-01 07:08:24 +02:00
committed by Roland Schneider
parent 8e8aafb074
commit 5922ce776d
220 changed files with 62600 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}