test au vert

This commit is contained in:
styve Lioumba
2025-10-23 21:04:25 +02:00
parent 02637235e3
commit 4c1787d784
13 changed files with 482 additions and 855 deletions

View File

@@ -2,18 +2,18 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "ESNext",
"target": "ES2022",
"moduleResolution": "node",
"esModuleInterop": true,
"allowJs": true,
"outDir": "./out-tsc/spec",
"types": [
"jest","node"
]
],
"esModuleInterop": true, // 2
"emitDecoratorMetadata": true // 3
},
"files": [
"src/setup-jest.ts"
"src/setup-jest.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",