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:
parent
b7f6a5fe91
commit
6a31473d22
4 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
"./src/**/*",
|
||||
"./scripts/**/*"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue