dev #3

Merged
root merged 13 commits from dev into main 2026-05-14 11:45:48 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit cc251d207b - Show all commits

View File

@@ -16,5 +16,5 @@
"rootDir": "src"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/vitest.config.ts"]
}

View File

@@ -16,5 +16,5 @@
"rootDir": "src"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/vitest.config.ts"]
}