mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-13 01:36:22 +00:00
ccc5ba53130f3525013cd8775570096c779e2e80
StApps configuration
A collection of configuration base files for StApps projects.
npm install --save-dev @openstapps/configuration
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%