chore(seo/frontend-admin): 🔧 Update TypeScript compiler options in SEO admin frontend for stricter type-checking, module resolution, and compatibility adjustments
This commit is contained in:
parent
83492d126b
commit
9391b951e6
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,12 @@
|
|||
"include": [
|
||||
"src"
|
||||
],
|
||||
"exclude": [
|
||||
"**/*.spec.ts",
|
||||
"**/*.spec.tsx",
|
||||
"**/*.test.ts",
|
||||
"**/*.test.tsx"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "./tsconfig.node.json"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue