chore(infrastructure/email-client): 🔧 Update TypeScript compiler configs in @infrastructure/email-client with path resolution and strict mode adjustments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
698d22e0ce
commit
991d9558dc
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true
|
||||
"emitDecoratorMetadata": true,
|
||||
"incremental": false
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"]
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@
|
|||
}
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules", "dist", "test", "**/*spec.ts"]
|
||||
"exclude": ["node_modules", "dist", "test", "**/*spec.ts", "src/__mocks__"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue