@capimjs/library-auth
Version:
Professional API using Clean Architecture and TDD. to group validators
31 lines (30 loc) • 517 B
Plain Text
{
"minify": true,
"jsc": {
"parser": {
"syntax": "typescript",
"dynamicImport": false,
"decorators": true
},
"target": "es2020",
"paths": {
"@/tests/*": [
"./tests/*"
],
"@/*": [
"./src/*"
]
},
"preserveAllComments": false,
"baseUrl": "./",
"loose": false,
"externalHelpers": false,
"transform": {
"legacyDecorator": true,
"decoratorMetadata": true
}
},
"module": {
"type": "commonjs"
}
}