scripts: move scripts to the project root directory

I believe, that these kind of scripts should reside there
instead of src directory
This commit is contained in:
Wroclaw 2023-09-30 12:31:25 +02:00
parent b7f6a5fe91
commit 6a31473d22
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,7 @@
{
"include": [
"./src/**/*"
"./src/**/*",
"./scripts/**/*"
],
"compilerOptions": {
"target": "ES2022",