Karl-Philipp Wulfert ccc5ba5313 docs: add changelog
2018-11-28 16:43:58 +01:00
2018-11-28 16:43:15 +01:00
2018-11-28 16:43:15 +01:00
2018-11-28 16:43:58 +01:00
2018-11-28 16:43:15 +01:00
2018-11-28 16:43:15 +01:00
2018-11-28 16:43:15 +01:00
2018-11-28 16:43:15 +01:00
2018-11-28 16:43:15 +01:00

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
Monorepo that contains all projects for the Open StApps project.
Readme 56 MiB
Languages
TypeScript 85.8%
HTML 7.5%
SCSS 4%
JavaScript 1.6%
Dockerfile 0.4%
Other 0.5%