test au vert
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user