feat: copy .editorconfig during installation

This commit is contained in:
Karl-Philipp Wulfert
2018-11-30 16:47:57 +01:00
parent 7cc274c3d5
commit f228af24f9
5 changed files with 16 additions and 3 deletions

View File

@@ -6,6 +6,10 @@ A collection of configuration base files for StApps projects.
npm install --save-dev @openstapps/configuration
```
## `.editorconfig`
This file is automatically copied to your project's root directory upon installation of this package. It tells your editor/IDE about basic settings for indentation and formatting.
## `tsconfig.json`
Create a `tsconfig.json` with the following content: