Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
健杭 徐
intern_project_frontend_backend
Commits
c0f46fb4
Commit
c0f46fb4
authored
Jun 05, 2025
by
健杭 徐
Browse files
finish all
parent
e9920f5a
Changes
25
Show whitespace changes
Inline
Side-by-side
comment-system/static/src/vite-env.d.ts
0 → 100644
View file @
c0f46fb4
/// <reference types="vite/client" />
comment-system/static/tsconfig.app.json
0 → 100644
View file @
c0f46fb4
{
"compilerOptions"
:
{
"tsBuildInfoFile"
:
"./node_modules/.tmp/tsconfig.app.tsbuildinfo"
,
"target"
:
"ES2020"
,
"useDefineForClassFields"
:
true
,
"lib"
:
[
"ES2020"
,
"DOM"
,
"DOM.Iterable"
],
"module"
:
"ESNext"
,
"skipLibCheck"
:
true
,
/*
Bundler
mode
*/
"moduleResolution"
:
"bundler"
,
"allowImportingTsExtensions"
:
true
,
"verbatimModuleSyntax"
:
true
,
"moduleDetection"
:
"force"
,
"noEmit"
:
true
,
"jsx"
:
"react-jsx"
,
/*
Linting
*/
"strict"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"erasableSyntaxOnly"
:
true
,
"noFallthroughCasesInSwitch"
:
true
,
"noUncheckedSideEffectImports"
:
true
},
"include"
:
[
"src"
]
}
comment-system/static/tsconfig.json
0 → 100644
View file @
c0f46fb4
{
"files"
:
[],
"references"
:
[
{
"path"
:
"./tsconfig.app.json"
},
{
"path"
:
"./tsconfig.node.json"
}
]
}
comment-system/static/tsconfig.node.json
0 → 100644
View file @
c0f46fb4
{
"compilerOptions"
:
{
"tsBuildInfoFile"
:
"./node_modules/.tmp/tsconfig.node.tsbuildinfo"
,
"target"
:
"ES2022"
,
"lib"
:
[
"ES2023"
],
"module"
:
"ESNext"
,
"skipLibCheck"
:
true
,
/*
Bundler
mode
*/
"moduleResolution"
:
"bundler"
,
"allowImportingTsExtensions"
:
true
,
"verbatimModuleSyntax"
:
true
,
"moduleDetection"
:
"force"
,
"noEmit"
:
true
,
/*
Linting
*/
"strict"
:
true
,
"noUnusedLocals"
:
true
,
"noUnusedParameters"
:
true
,
"erasableSyntaxOnly"
:
true
,
"noFallthroughCasesInSwitch"
:
true
,
"noUncheckedSideEffectImports"
:
true
},
"include"
:
[
"vite.config.ts"
]
}
comment-system/static/vite.config.ts
0 → 100644
View file @
c0f46fb4
import
{
defineConfig
}
from
'
vite
'
import
react
from
'
@vitejs/plugin-react-swc
'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
:
[
react
()],
})
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment