Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
math_tutor_dev
public_math_tutor
Commits
9e376369
Commit
9e376369
authored
Jan 19, 2026
by
Kantz
Browse files
init
parents
Changes
44
Hide whitespace changes
Inline
Side-by-side
math-tutor/frontend/tsconfig.json
0 → 100644
View file @
9e376369
{
"files"
:
[],
"references"
:
[
{
"path"
:
"./tsconfig.app.json"
},
{
"path"
:
"./tsconfig.node.json"
}
]
}
math-tutor/frontend/tsconfig.node.json
0 → 100644
View file @
9e376369
{
"compilerOptions"
:
{
"tsBuildInfoFile"
:
"./node_modules/.tmp/tsconfig.node.tsbuildinfo"
,
"target"
:
"ES2023"
,
"lib"
:
[
"ES2023"
],
"module"
:
"ESNext"
,
"types"
:
[
"node"
],
"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"
]
}
math-tutor/frontend/vite.config.ts
0 → 100644
View file @
9e376369
import
{
defineConfig
}
from
'
vite
'
import
react
from
'
@vitejs/plugin-react
'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
:
[
react
()],
})
math-tutor/scripts/setup_db.sql
0 → 100644
View file @
9e376369
Prev
1
2
3
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