feat: add cli to copy configurations

Fixes #1
This commit is contained in:
Karl-Philipp Wulfert
2018-12-04 12:58:57 +01:00
parent 84beb5065e
commit 98aa5a5f70
7 changed files with 450 additions and 12 deletions

3
templates/tsconfig.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json"
}

3
templates/tslint.json Normal file
View File

@@ -0,0 +1,3 @@
{
"extends": "./node_modules/@openstapps/configuration/tslint.json"
}