chore: format tsconfig
This commit is contained in:
parent
423b8542a7
commit
652d57b2e8
1 changed files with 11 additions and 3 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue