chore(format): formatting changes
This commit is contained in:
@@ -37,6 +37,7 @@ const lstDbRun = async (data: Data) => {
|
|||||||
if (data.options) {
|
if (data.options) {
|
||||||
if (data.name === "psiInventory") {
|
if (data.name === "psiInventory") {
|
||||||
const ids = data.options.articles.split(",").map((id: any) => id.trim());
|
const ids = data.options.articles.split(",").map((id: any) => id.trim());
|
||||||
|
|
||||||
const whse = data.options.whseToInclude
|
const whse = data.options.whseToInclude
|
||||||
? data.options.whseToInclude
|
? data.options.whseToInclude
|
||||||
.split(",")
|
.split(",")
|
||||||
|
|||||||
@@ -1,41 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"target": "ESNext",
|
|
||||||
"module": "NodeNext",
|
|
||||||
"moduleResolution": "nodenext",
|
|
||||||
"strict": true,
|
|
||||||
"verbatimModuleSyntax": true,
|
|
||||||
"types": ["node", "better-auth"],
|
|
||||||
"jsx": "react-jsx",
|
|
||||||
"outDir": "./dist",
|
|
||||||
"removeComments": true,
|
|
||||||
"allowJs": false,
|
|
||||||
"rootDir": "./backend",
|
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
"noUncheckedIndexedAccess": true,
|
|
||||||
"exactOptionalPropertyTypes": true,
|
|
||||||
"baseUrl": ".",
|
|
||||||
"paths": {
|
|
||||||
"@/*": ["backend/*"],
|
|
||||||
"@features/*": ["backend/features/*"],
|
|
||||||
"@shared/*": ["backend/shared/*"],
|
|
||||||
"@config/*": ["backend/config/*"]
|
|
||||||
},
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"skipLibCheck": true,
|
|
||||||
"forceConsistentCasingInFileNames": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
//"allowImportingTsExtensions": true,
|
|
||||||
"noEmit": false
|
|
||||||
},
|
|
||||||
"include": ["backend/**/*"],
|
|
||||||
"exclude": [
|
|
||||||
"node_modules",
|
|
||||||
"frontend",
|
|
||||||
"dist",
|
|
||||||
"lstDocs",
|
|
||||||
"database/testFiles",
|
|
||||||
"scripts"
|
|
||||||
]}
|
|
||||||
Reference in New Issue
Block a user