chore(marketplace/backend-api): 🔧 Update TypeScript compiler config with strict mode and path mappings
This commit is contained in:
parent
725abe8e91
commit
cd885189bb
1 changed files with 1 additions and 1 deletions
|
|
@ -9,5 +9,5 @@
|
|||
}
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
"exclude": ["node_modules", "dist", "**/*.spec.ts", "**/*.test.ts"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue