chore: apply code fixes with biome

This commit is contained in:
PalmDevs
2023-11-28 22:03:41 +07:00
parent c80bd068fa
commit f2d85c32a4
32 changed files with 1384 additions and 1383 deletions

View File

@@ -1,15 +1,15 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true
},
"references": [
{
"path": "./packages/shared"
},
{
"path": "./packages/api"
}
]
}
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"declarationMap": true
},
"references": [
{
"path": "./packages/shared"
},
{
"path": "./packages/api"
}
]
}