feat(tsconfig): stricten up the default TypeScript config some more

This commit is contained in:
Joakim Carlstein 2023-11-09 08:37:37 +01:00
parent 9c5f9ebf23
commit 59780207bd
3 changed files with 16 additions and 1 deletions

View file

@ -7,5 +7,7 @@
"files": [
"base.json",
"build.json"
]
],
"author": "Aboviq AB <dev@aboviq.com> (https://www.aboviq.com)",
"license": "MIT"
}