fix: update ts config

This commit is contained in:
Mohamed Marrouchi 2025-01-02 08:42:19 +01:00
parent f464fc5e45
commit 5c54573aa9
2 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ {
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"exclude": ["node_modules", "test", "dist", "**/*spec.ts", "migrations"] "exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
} }

View File

@ -7,7 +7,6 @@
"test", "test",
"dist", "dist",
"**/*spec.ts", "**/*spec.ts",
"**/*mock.ts", "**/*mock.ts"
"migrations"
] ]
} }