chore: linting

This commit is contained in:
zhom
2026-04-05 13:39:36 +04:00
parent 90ef4f3069
commit 80757829c2
2 changed files with 12 additions and 1 deletions
+6 -1
View File
@@ -4,7 +4,12 @@
"testEnvironment": "node",
"testRegex": ".e2e-spec.ts$",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
"^.+\\.(t|j)s$": [
"ts-jest",
{
"tsconfig": "<rootDir>/tsconfig.json"
}
]
},
"moduleNameMapper": {
"^(\\.{1,2}/.*)\\.js$": "$1"
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {
"rootDir": ".."
}
}