no log: small format fix

This commit is contained in:
morpheus65535 2024-03-03 22:27:00 -05:00
parent a85ebd86aa
commit 20d235e1b5
1 changed files with 3 additions and 3 deletions

View File

@ -19,8 +19,8 @@
"incremental": true,
"noFallthroughCasesInSwitch": true,
"paths": {
"@/*": ["./src/*"],
},
"@/*": ["./src/*"]
}
},
"include": ["./src", "./test"],
"include": ["./src", "./test"]
}