mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 14:16:28 +00:00
typescript 7.0 (tsgo)
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
"erasableSyntaxOnly": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"src/*": ["src/*"],
|
||||
"styles/*": ["styles/*"],
|
||||
"themes/*": ["themes/*", "themes/*.css"]
|
||||
"*": ["./*"],
|
||||
"src/*": ["./src/*"],
|
||||
"styles/*": ["./styles/*"],
|
||||
"themes/*": ["./themes/*", "./themes/*.css"]
|
||||
}
|
||||
},
|
||||
"include": ["src", "styles", "themes", "vite.config.ts"]
|
||||
|
||||
Reference in New Issue
Block a user