IuryNogueira/myreef

View on GitHub
back/tsconfig.json

Summary

Maintainability
Test Coverage
{
"compilerOptions": {
"incremental": true,
"outDir": "dist",
"rootDirs": ["src", "test"],
"target": "es2021",
"sourceMap": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"module": "commonjs",
"moduleResolution": "node",
"esModuleInterop": true,
"baseUrl": "src",
"strict": true,
"noImplicitOverride": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": ["src", "test"]
}