mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-18 04:06:19 +00:00
767df6ba32b4e863b7e7678657301712b9037d0b
@openstapps/configuration
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:
{
"extends": "./node_modules/@openstapps/configuration/tsconfig.json"
}
Extend/adjust the configuration only exceptionally.
tslint.json
Create a tslint.json with the following content:
{
"extends": "./node_modules/@openstapps/configuration/tslint.json"
}
Extend/adjust the configuration only exceptionally.
Description
Languages
TypeScript
85.8%
HTML
7.5%
SCSS
4%
JavaScript
1.6%
Dockerfile
0.4%
Other
0.5%