chore: refactor utils (#9053)

This PR

- renames the `utils` folder to `tools` (follows internal practice),
- migrates the contents of `scripts` into `tools` and removes scripts.
This commit is contained in:
jrandolf
2022-10-06 10:27:14 +02:00
committed by GitHub
parent 2ffa1382ed
commit 416d56b033
30 changed files with 30 additions and 42 deletions

4
tools/tsconfig.json Normal file
View File

@@ -0,0 +1,4 @@
{
"extends": "../tsconfig.base.json",
"files": ["../package.json"]
}