chore: format tsconfig

This commit is contained in:
Brian Pooe 2023-07-27 20:00:19 +02:00
parent 423b8542a7
commit 652d57b2e8

View file

@ -10,16 +10,24 @@
"importHelpers": true,
"target": "es2015",
"module": "esnext",
"lib": ["es2020", "dom"],
"lib": [
"es2020",
"dom"
],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"@devtools-bp/nestjs-paystack": ["libs/nestjs-paystack/src/index.ts"],
"@devtools-bp/nestjs-paystack": [
"libs/nestjs-paystack/src/index.ts"
],
"@devtools-bp/ngx-responsive-table": [
"libs/ngx-responsive-table/src/index.ts"
]
}
},
"exclude": ["node_modules", "tmp"]
"exclude": [
"node_modules",
"tmp"
]
}