chore(backend-api): 🔧 Update TypeScript compiler config for profile feature with adjusted paths, strictness, and module settings
This commit is contained in:
parent
a3baac7b86
commit
fa0a299cb0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,5 +8,5 @@
|
|||
}
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue