feat: add tsgolint

This commit is contained in:
xingyu4j
2026-03-13 23:13:01 +08:00
parent c7d7529c00
commit 68cde54bad
14 changed files with 101 additions and 21 deletions

View File

@@ -2,7 +2,6 @@
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/web-app.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"#/*": ["./src/*"]
}