Apply prettier fix

This commit is contained in:
Ariful Alam
2024-02-24 13:53:23 +06:00
parent 540a8414b6
commit 2a8780a919
+2 -2
View File
@@ -18,8 +18,8 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "global.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }],
"references": [{ "path": "./tsconfig.node.json" }]
}