This commit is contained in:
morpheus65535 2024-03-03 12:11:36 -05:00
parent eff1f718ed
commit 04e469e22e
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"],
}