intopays
Version:
Intopays - Gateway de integração bancária
25 lines (24 loc) • 602 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictNullChecks": true,
"stripInternal": true,
"outDir": "dist",
"module": "commonjs",
"target": "es2019",
"esModuleInterop": true,
"sourceMap": false,
"rootDirs": ["src", "tests"],
"baseUrl": "src",
"paths": {
"@/tests/*": ["../tests/*"],
"@/*": ["*"]
},
"plugins": [
{ "transform": "typescript-transform-paths" },
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["src", "tests"]
}