move test files to src/tests

This commit is contained in:
Peter Fajdiga
2024-04-27 11:59:50 +02:00
parent 79f4aaeef8
commit 33ca138420
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
{
"extends": "../tsconfig.json",
"include": ["../lib/**/*", "./**/*"],
"exclude": []
"include": ["../lib/**/*", "./**/*"]
}