Move scripts into separate folders

This commit is contained in:
schroda
2025-02-17 02:45:02 +01:00
parent 0a34ae01ba
commit 1ae98afa34
9 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": [
"./*"
"./**/*"
],
"compilerOptions": {
"moduleResolution": "node"