This commit is contained in:
2025-07-11 10:11:22 +00:00
parent 3c89d14636
commit fdf242c060
6 changed files with 16 additions and 20 deletions
+5 -1
View File
@@ -21,7 +21,11 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true
"noUncheckedSideEffectImports": true,
"baseUrl": "./src",
"paths": {
"@/*": ["*"]
}
},
"include": ["src"]
}