This commit is contained in:
Darren Clarke 2024-03-16 19:39:20 +01:00
parent 43bfdaa1e3
commit fe6c9419dd
87 changed files with 16739 additions and 2526 deletions

View file

@ -1,25 +1,14 @@
# tsconfig-amigo
# tsconfig
A shared tsconfig for [CDR Tech][cdrtech].
# Install
We recommend using [@digiresilience/amigo-dev][amigo-dev] to manage your dev dependencies.
[amigo-dev]: https://gitlab.com/digiresilience/link/amigo-dev
But if you want to do it manually, then:
```console
$ npm install --save-dev @digiresilience/tsconfig-amigo
```
# Usage
In `tsconfig.json`
```json
{
"extends": "@digiresilience/tsconfig-amigo",
"extends": "tsconfig",
"compilerOptions": {
"incremental": true,
"outDir": "build/main",
@ -36,11 +25,11 @@ Copyright © 2020-present [Center for Digital Resilience][cdr]
### Contributors
| [![Abel Luck][abelxluck_avatar]][abelxluck_homepage]<br/>[Abel Luck][abelxluck_homepage] |
|---|
| [![Abel Luck][abelxluck_avatar]][abelxluck_homepage]<br/>[Abel Luck][abelxluck_homepage] |
| ---------------------------------------------------------------------------------------- |
[abelxluck_homepage]: https://gitlab.com/abelxluck
[abelxluck_avatar]: https://secure.gravatar.com/avatar/0f605397e0ead93a68e1be26dc26481a?s=100&amp;d=identicon
[abelxluck_avatar]: https://secure.gravatar.com/avatar/0f605397e0ead93a68e1be26dc26481a?s=100&d=identicon
### License

View file

@ -21,8 +21,5 @@
"scripts": {
"lint": "echo no lint",
"test": "echo no tests"
},
"publishConfig": {
"@digiresilience:registry": "https://gitlab.com/api/v4/projects/21673307/packages/npm/"
}
}