chore: linting

This commit is contained in:
zhom
2026-04-05 13:33:27 +04:00
parent 378430d7c0
commit 90ef4f3069
3 changed files with 19 additions and 71 deletions
+3
View File
@@ -1,4 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src"
},
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}