mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2025-12-15 18:56:18 +00:00
698 B
698 B
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.